Html Css Color HEX #551616 Red Oxide

📋 copy color: '#551616'

red 85 ◦ green 22 ◦ blue 22

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

Shades of Red Oxide #551616

Tints of Red Oxide #551616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.05%

 BLUE value IS 22 (8.98% from 255) = 17.05%

R = 65.89%
G = 17.05%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#551616 (or 0x551616) is known color: Red Oxide. HEX triplet: 55, 16 and 16. RGB value is (85,22,22). Sum of RGB (Red+Green+Blue) = 85+22+22=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #551616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551616 is #AAE9E9. Grayscale: #282828. Windows color (decimal): -11201002 or 1447509. OLE color: 1447509.

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

Color convert

RGB 85 22 22 -
CMYK 0 0.74 0.74 0.67
HSL 0.59% 0.21% -
HSV(B) 0.74% 0.33% -
XYZ 4.18 2.56 1.03 -
YUV 40.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 85 22 22 0 0.74 0.74 0.67 0 0.59 0.21
Hex 55 16 16 0 4A 4A 43 0 3B 15
Octal 125 26 26 0 112 112 103 0 73 25
Binary 1010101 10110 10110 0 1001010 1001010 1000011 0 111011 10101

Color Harmonies of #551616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551616

Black with #551616

Text Example


Text Example

White with #551616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551616; }

 p { color: rgb(85,22,22); }

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

background-color css

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

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

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

border-color css

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

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

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