Html Css Color HEX #650E08 Red Oxide

📋 copy color: '#650E08'

red 101 ◦ green 14 ◦ blue 8

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

Shades of Red Oxide #650E08

Tints of Red Oxide #650E08

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.38%

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

R = 82.11%
G = 11.38%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#650E08 (or 0x650E08) is known color: Red Oxide. HEX triplet: 65, 0E and 08. RGB value is (101,14,8). Sum of RGB (Red+Green+Blue) = 101+14+8=123 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.11% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 101 - color contains mainly: red. Hex color #650E08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650E08 is #9AF1F7. Grayscale: #272727. Windows color (decimal): -10154488 or 527973. OLE color: 527973.

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

Color convert

RGB 101 14 8 -
CMYK 0 0.86 0.92 0.60
HSL 3.87º 0.85% 0.21% -
HSV(B) 3.87º 0.92% 0.4% -
XYZ 5.57 3.1 0.53 -
YUV 39.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 101 14 8 0 0.86 0.92 0.60 3.87 0.85 0.21
Hex 65 E 8 0 56 5C 3C 4 55 15
Octal 145 16 10 0 126 134 74 4 125 25
Binary 1100101 1110 1000 0 1010110 1011100 111100 100 1010101 10101

Color Harmonies of #650E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650E08

Black with #650E08

Text Example


Text Example

White with #650E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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