Html Css Color HEX #552222 Red Oxide

📋 copy color: '#552222'

red 85 ◦ green 34 ◦ blue 34

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

Shades of Red Oxide #552222

Tints of Red Oxide #552222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.22%

 BLUE value IS 34 (13.67% from 255) = 22.22%

R = 55.56%
G = 22.22%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#552222 (or 0x552222) is known color: Red Oxide. HEX triplet: 55, 22 and 22. RGB value is (85,34,34). Sum of RGB (Red+Green+Blue) = 85+34+34=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #552222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552222 is #AADDDD. Grayscale: #313131. Windows color (decimal): -11197918 or 2237013. OLE color: 2237013.

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

Color convert

RGB 85 34 34 -
CMYK 0 0.60 0.60 0.67
HSL 0.43% 0.23% -
HSV(B) 0.6% 0.33% -
XYZ 4.61 3.19 1.89 -
YUV 49.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 85 34 34 0 0.60 0.60 0.67 0 0.43 0.23
Hex 55 22 22 0 3C 3C 43 0 2B 17
Octal 125 42 42 0 74 74 103 0 53 27
Binary 1010101 100010 100010 0 111100 111100 1000011 0 101011 10111

Color Harmonies of #552222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552222

Black with #552222

Text Example


Text Example

White with #552222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552222; }

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

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

background-color css

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

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

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

border-color css

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

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

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