Html Css Color HEX #55162E Castro

📋 copy color: '#55162E'

red 85 ◦ green 22 ◦ blue 46

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

Shades of Castro #55162E

Tints of Castro #55162E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 30.07%

R = 55.56%
G = 14.38%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#55162E (or 0x55162E) is known color: Castro. HEX triplet: 55, 16 and 2E. RGB value is (85,22,46). Sum of RGB (Red+Green+Blue) = 85+22+46=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #55162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55162E is #AAE9D1. Grayscale: #2B2B2B. Windows color (decimal): -11200978 or 3020373. OLE color: 3020373.

HSL color Cylindrical-coordinate representation of color #55162E: hue angle of 337.14º 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 #55162E is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 22 46 -
CMYK 0 0.74 0.46 0.67
HSL 337.14º 0.59% 0.21% -
HSV(B) 337.14º 0.74% 0.33% -
XYZ 4.53 2.7 2.87 -
YUV 43.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 85 22 46 0 0.74 0.46 0.67 337.14 0.59 0.21
Hex 55 16 2E 0 4A 2E 43 151 3B 15
Octal 125 26 56 0 112 56 103 521 73 25
Binary 1010101 10110 101110 0 1001010 101110 1000011 101010001 111011 10101

Color Harmonies of #55162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55162E

Black with #55162E

Text Example


Text Example

White with #55162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55162E; }

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

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

background-color css

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

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

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

border-color css

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

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

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