Html Css Color HEX #651008 Red Oxide

📋 copy color: '#651008'

red 101 ◦ green 16 ◦ blue 8

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

Shades of Red Oxide #651008

Tints of Red Oxide #651008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.8%

 BLUE value IS 8 (3.52% from 255) = 6.4%

R = 80.8%
G = 12.8%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#651008 (or 0x651008) is known color: Red Oxide. HEX triplet: 65, 10 and 08. RGB value is (101,16,8). Sum of RGB (Red+Green+Blue) = 101+16+8=125 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.8% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 101 - color contains mainly: red. Hex color #651008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651008 is #9AEFF7. Grayscale: #282828. Windows color (decimal): -10153976 or 528485. OLE color: 528485.

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

Color convert

RGB 101 16 8 -
CMYK 0 0.84 0.92 0.60
HSL 5.16º 0.85% 0.21% -
HSV(B) 5.16º 0.92% 0.4% -
XYZ 5.6 3.15 0.54 -
YUV 40.5 109.66 171.15 -
System Red Green Blue C M Y K H S L
Decimal 101 16 8 0 0.84 0.92 0.60 5.16 0.85 0.21
Hex 65 10 8 0 54 5C 3C 5 55 15
Octal 145 20 10 0 124 134 74 5 125 25
Binary 1100101 10000 1000 0 1010100 1011100 111100 101 1010101 10101

Color Harmonies of #651008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651008

Black with #651008

Text Example


Text Example

White with #651008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651008; }

 p { color: rgb(101,16,8); }

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

background-color css

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

 a { background-color: rgb(101,16,8); }

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

border-color css

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

 span { border-color: rgb(101,16,8); }

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