Html Css Color HEX #551831 Castro

📋 copy color: '#551831'

red 85 ◦ green 24 ◦ blue 49

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

Shades of Castro #551831

Tints of Castro #551831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 31.01%

R = 53.8%
G = 15.19%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#551831 (or 0x551831) is known color: Castro. HEX triplet: 55, 18 and 31. RGB value is (85,24,49). Sum of RGB (Red+Green+Blue) = 85+24+49=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #551831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551831 is #AAE7CE. Grayscale: #2D2D2D. Windows color (decimal): -11200463 or 3217493. OLE color: 3217493.

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

Color convert

RGB 85 24 49 -
CMYK 0 0.72 0.42 0.67
HSL 335.41º 0.56% 0.21% -
HSV(B) 335.41º 0.72% 0.33% -
XYZ 4.63 2.81 3.2 -
YUV 45.09 130.21 156.47 -
System Red Green Blue C M Y K H S L
Decimal 85 24 49 0 0.72 0.42 0.67 335.41 0.56 0.21
Hex 55 18 31 0 48 2A 43 14F 38 15
Octal 125 30 61 0 110 52 103 517 70 25
Binary 1010101 11000 110001 0 1001000 101010 1000011 101001111 111000 10101

Color Harmonies of #551831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551831

Black with #551831

Text Example


Text Example

White with #551831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551831; }

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

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

background-color css

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

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

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

border-color css

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

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

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