Html Css Color HEX #551830 Castro

📋 copy color: '#551830'

red 85 ◦ green 24 ◦ blue 48

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

Shades of Castro #551830

Tints of Castro #551830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30.57%

R = 54.14%
G = 15.29%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#551830 (or 0x551830) is known color: Castro. HEX triplet: 55, 18 and 30. RGB value is (85,24,48). Sum of RGB (Red+Green+Blue) = 85+24+48=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #551830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551830 is #AAE7CF. Grayscale: #2C2C2C. Windows color (decimal): -11200464 or 3151957. OLE color: 3151957.

HSL color Cylindrical-coordinate representation of color #551830: hue angle of 336.39º 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 #551830 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 24 48 -
CMYK 0 0.72 0.44 0.67
HSL 336.39º 0.56% 0.21% -
HSV(B) 336.39º 0.72% 0.33% -
XYZ 4.61 2.8 3.09 -
YUV 44.98 129.71 156.55 -
System Red Green Blue C M Y K H S L
Decimal 85 24 48 0 0.72 0.44 0.67 336.39 0.56 0.21
Hex 55 18 30 0 48 2C 43 150 38 15
Octal 125 30 60 0 110 54 103 520 70 25
Binary 1010101 11000 110000 0 1001000 101100 1000011 101010000 111000 10101

Color Harmonies of #551830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551830

Black with #551830

Text Example


Text Example

White with #551830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551830; }

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

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

background-color css

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

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

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

border-color css

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

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

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