Html Css Color HEX #55152D Castro

📋 copy color: '#55152D'

red 85 ◦ green 21 ◦ blue 45

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

Shades of Castro #55152D

Tints of Castro #55152D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.91%

 BLUE value IS 45 (17.97% from 255) = 29.8%

R = 56.29%
G = 13.91%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#55152D (or 0x55152D) is known color: Castro. HEX triplet: 55, 15 and 2D. RGB value is (85,21,45). Sum of RGB (Red+Green+Blue) = 85+21+45=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55152D is #AAEAD2. Grayscale: #2A2A2A. Windows color (decimal): -11201235 or 2954581. OLE color: 2954581.

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

Color convert

RGB 85 21 45 -
CMYK 0 0.75 0.47 0.67
HSL 337.5º 0.6% 0.21% -
HSV(B) 337.5º 0.75% 0.33% -
XYZ 4.49 2.66 2.76 -
YUV 42.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 85 21 45 0 0.75 0.47 0.67 337.5 0.6 0.21
Hex 55 15 2D 0 4B 2F 43 152 3C 15
Octal 125 25 55 0 113 57 103 522 74 25
Binary 1010101 10101 101101 0 1001011 101111 1000011 101010010 111100 10101

Color Harmonies of #55152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55152D

Black with #55152D

Text Example


Text Example

White with #55152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55152D; }

 p { color: rgb(85,21,45); }

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

background-color css

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

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

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

border-color css

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

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

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