Html Css Color HEX #650F08 Red Oxide

📋 copy color: '#650F08'

red 101 ◦ green 15 ◦ blue 8

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

Shades of Red Oxide #650F08

Tints of Red Oxide #650F08

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.1%

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

R = 81.45%
G = 12.1%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#650F08 (or 0x650F08) is known color: Red Oxide. HEX triplet: 65, 0F and 08. RGB value is (101,15,8). Sum of RGB (Red+Green+Blue) = 101+15+8=124 (16% of max value = 765). Red value is 101 (39.84% from 255 or 81.45% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 101 - color contains mainly: red. Hex color #650F08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650F08 is #9AF0F7. Grayscale: #282828. Windows color (decimal): -10154232 or 528229. OLE color: 528229.

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

Color convert

RGB 101 15 8 -
CMYK 0 0.85 0.92 0.60
HSL 4.52º 0.85% 0.21% -
HSV(B) 4.52º 0.92% 0.4% -
XYZ 5.58 3.13 0.54 -
YUV 39.92 109.99 171.57 -
System Red Green Blue C M Y K H S L
Decimal 101 15 8 0 0.85 0.92 0.60 4.52 0.85 0.21
Hex 65 F 8 0 55 5C 3C 5 55 15
Octal 145 17 10 0 125 134 74 5 125 25
Binary 1100101 1111 1000 0 1010101 1011100 111100 101 1010101 10101

Color Harmonies of #650F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650F08

Black with #650F08

Text Example


Text Example

White with #650F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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