Html Css Color HEX #550706 Red Oxide

📋 copy color: '#550706'

red 85 ◦ green 7 ◦ blue 6

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

Shades of Red Oxide #550706

Tints of Red Oxide #550706

RGB

 RED value IS 85 (33.59% from 255) = 86.73%

 GREEN value IS 7 (3.13% from 255) = 7.14%

 BLUE value IS 6 (2.73% from 255) = 6.12%

R = 86.73%
G = 7.14%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#550706 (or 0x550706) is known color: Red Oxide. HEX triplet: 55, 07 and 06. RGB value is (85,7,6). Sum of RGB (Red+Green+Blue) = 85+7+6=98 (12% of max value = 765). Red value is 85 (33.59% from 255 or 86.73% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 85 - color contains mainly: red. Hex color #550706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550706 is #AAF8F9. Grayscale: #1E1E1E. Windows color (decimal): -11204858 or 395093. OLE color: 395093.

HSL color Cylindrical-coordinate representation of color #550706: hue angle of 0.76º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550706 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 7 6 -
CMYK 0 0.92 0.93 0.67
HSL 0.76º 0.87% 0.18% -
HSV(B) 0.76º 0.93% 0.33% -
XYZ 3.86 2.1 0.37 -
YUV 30.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 85 7 6 0 0.92 0.93 0.67 0.76 0.87 0.18
Hex 55 7 6 0 5C 5D 43 1 57 12
Octal 125 7 6 0 134 135 103 1 127 22
Binary 1010101 111 110 0 1011100 1011101 1000011 1 1010111 10010

Color Harmonies of #550706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550706

Black with #550706

Text Example


Text Example

White with #550706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550706; }

 p { color: rgb(85,7,6); }

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

background-color css

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

 a { background-color: rgb(85,7,6); }

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

border-color css

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

 span { border-color: rgb(85,7,6); }

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