Html Css Color HEX #550F05 Red Oxide

📋 copy color: '#550F05'

red 85 ◦ green 15 ◦ blue 5

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

Shades of Red Oxide #550F05

Tints of Red Oxide #550F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.76%

R = 80.95%
G = 14.29%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#550F05 (or 0x550F05) is known color: Red Oxide. HEX triplet: 55, 0F and 05. RGB value is (85,15,5). Sum of RGB (Red+Green+Blue) = 85+15+5=105 (13% of max value = 765). Red value is 85 (33.59% from 255 or 80.95% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 85 - color contains mainly: red. Hex color #550F05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550F05 is #AAF0FA. Grayscale: #222222. Windows color (decimal): -11202811 or 331605. OLE color: 331605.

HSL color Cylindrical-coordinate representation of color #550F05: hue angle of 7.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550F05 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 15 5 -
CMYK 0 0.82 0.94 0.67
HSL 7.5º 0.89% 0.18% -
HSV(B) 7.5º 0.94% 0.33% -
XYZ 3.94 2.28 0.38 -
YUV 34.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 85 15 5 0 0.82 0.94 0.67 7.5 0.89 0.18
Hex 55 F 5 0 52 5E 43 8 59 12
Octal 125 17 5 0 122 136 103 10 131 22
Binary 1010101 1111 101 0 1010010 1011110 1000011 1000 1011001 10010

Color Harmonies of #550F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550F05

Black with #550F05

Text Example


Text Example

White with #550F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550F05; }

 p { color: rgb(85,15,5); }

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

background-color css

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

 a { background-color: rgb(85,15,5); }

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

border-color css

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

 span { border-color: rgb(85,15,5); }

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