Html Css Color HEX #551A33 Castro

📋 copy color: '#551A33'

red 85 ◦ green 26 ◦ blue 51

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

Shades of Castro #551A33

Tints of Castro #551A33

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.05%

 BLUE value IS 51 (20.31% from 255) = 31.48%

R = 52.47%
G = 16.05%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#551A33 (or 0x551A33) is known color: Castro. HEX triplet: 55, 1A and 33. RGB value is (85,26,51). Sum of RGB (Red+Green+Blue) = 85+26+51=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #551A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A33 is #AAE5CC. Grayscale: #2E2E2E. Windows color (decimal): -11199949 or 3349077. OLE color: 3349077.

HSL color Cylindrical-coordinate representation of color #551A33: hue angle of 334.58º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551A33 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 26 51 -
CMYK 0 0.69 0.40 0.67
HSL 334.58º 0.53% 0.22% -
HSV(B) 334.58º 0.69% 0.33% -
XYZ 4.71 2.91 3.45 -
YUV 46.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 85 26 51 0 0.69 0.40 0.67 334.58 0.53 0.22
Hex 55 1A 33 0 45 28 43 14F 35 16
Octal 125 32 63 0 105 50 103 517 65 26
Binary 1010101 11010 110011 0 1000101 101000 1000011 101001111 110101 10110

Color Harmonies of #551A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551A33

Black with #551A33

Text Example


Text Example

White with #551A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551A33; }

 p { color: rgb(85,26,51); }

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

background-color css

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

 a { background-color: rgb(85,26,51); }

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

border-color css

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

 span { border-color: rgb(85,26,51); }

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