Html Css Color HEX #651B08 Red Oxide

📋 copy color: '#651B08'

red 101 ◦ green 27 ◦ blue 8

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

Shades of Red Oxide #651B08

Tints of Red Oxide #651B08

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.85%

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

R = 74.26%
G = 19.85%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#651B08 (or 0x651B08) is known color: Red Oxide. HEX triplet: 65, 1B and 08. RGB value is (101,27,8). Sum of RGB (Red+Green+Blue) = 101+27+8=136 (18% of max value = 765). Red value is 101 (39.84% from 255 or 74.26% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 101 - color contains mainly: red. Hex color #651B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651B08 is #9AE4F7. Grayscale: #2F2F2F. Windows color (decimal): -10151160 or 531301. OLE color: 531301.

HSL color Cylindrical-coordinate representation of color #651B08: hue angle of 12.26º 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 #651B08 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 27 8 -
CMYK 0 0.73 0.92 0.60
HSL 12.26º 0.85% 0.21% -
HSV(B) 12.26º 0.92% 0.4% -
XYZ 5.8 3.57 0.61 -
YUV 46.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 101 27 8 0 0.73 0.92 0.60 12.26 0.85 0.21
Hex 65 1B 8 0 49 5C 3C C 55 15
Octal 145 33 10 0 111 134 74 14 125 25
Binary 1100101 11011 1000 0 1001001 1011100 111100 1100 1010101 10101

Color Harmonies of #651B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651B08

Black with #651B08

Text Example


Text Example

White with #651B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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