Html Css Color HEX #55182F Castro

📋 copy color: '#55182F'

red 85 ◦ green 24 ◦ blue 47

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

Shades of Castro #55182F

Tints of Castro #55182F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.38%

 BLUE value IS 47 (18.75% from 255) = 30.13%

R = 54.49%
G = 15.38%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#55182F (or 0x55182F) is known color: Castro. HEX triplet: 55, 18 and 2F. RGB value is (85,24,47). Sum of RGB (Red+Green+Blue) = 85+24+47=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #55182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55182F is #AAE7D0. Grayscale: #2C2C2C. Windows color (decimal): -11200465 or 3086421. OLE color: 3086421.

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

Color convert

RGB 85 24 47 -
CMYK 0 0.72 0.45 0.67
HSL 337.38º 0.56% 0.21% -
HSV(B) 337.38º 0.72% 0.33% -
XYZ 4.59 2.79 2.99 -
YUV 44.86 129.21 156.63 -
System Red Green Blue C M Y K H S L
Decimal 85 24 47 0 0.72 0.45 0.67 337.38 0.56 0.21
Hex 55 18 2F 0 48 2D 43 151 38 15
Octal 125 30 57 0 110 55 103 521 70 25
Binary 1010101 11000 101111 0 1001000 101101 1000011 101010001 111000 10101

Color Harmonies of #55182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55182F

Black with #55182F

Text Example


Text Example

White with #55182F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55182F; }

 p { color: rgb(85,24,47); }

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

background-color css

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

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

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

border-color css

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

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

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