Html Css Color HEX #651205 Red Oxide

📋 copy color: '#651205'

red 101 ◦ green 18 ◦ blue 5

#651205
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #651205

Tints of Red Oxide #651205

RGB

 RED value IS 101 (39.84% from 255) = 81.45%

 GREEN value IS 18 (7.42% from 255) = 14.52%

 BLUE value IS 5 (2.34% from 255) = 4.03%

R = 81.45%
G = 14.52%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#651205 (or 0x651205) is known color: Red Oxide. HEX triplet: 65, 12 and 05. RGB value is (101,18,5). Sum of RGB (Red+Green+Blue) = 101+18+5=124 (16% of max value = 765). Red value is 101 (39.84% from 255 or 81.45% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 101 - color contains mainly: red. Hex color #651205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651205 is #9AEDFA. Grayscale: #292929. Windows color (decimal): -10153467 or 332389. OLE color: 332389.

HSL color Cylindrical-coordinate representation of color #651205: hue angle of 8.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #651205 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 18 5 -
CMYK 0 0.82 0.95 0.60
HSL 8.13º 0.91% 0.21% -
HSV(B) 8.13º 0.95% 0.4% -
XYZ 5.61 3.21 0.47 -
YUV 41.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 101 18 5 0 0.82 0.95 0.60 8.13 0.91 0.21
Hex 65 12 5 0 52 5F 3C 8 5B 15
Octal 145 22 5 0 122 137 74 10 133 25
Binary 1100101 10010 101 0 1010010 1011111 111100 1000 1011011 10101

Color Harmonies of #651205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651205

Black with #651205

Text Example


Text Example

White with #651205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651205; }

 p { color: rgb(101,18,5); }

 H1.HeaderClassName
 {
   color: #651205;
 }
 .AnyTagClassName
 {
   color: #651205;
 }
</style>

background-color css

<style>
 a { background-color: #651205; }

 a { background-color: rgb(101,18,5); }

 div.DivClassName
 {
   background-color: #651205;
 }
 .BgClassName
 {
   background-color: #651205;
 }
</style>

border-color css

<style>
 span { border-color: #651205; }

 span { border-color: rgb(101,18,5); }

 td.TdClassName
 {
   border-color: #651205;
 }
 .TagClassName
 {
   border-color: #651205;
 }
</style>