Html Css Color HEX #531C31 Castro

📋 copy color: '#531C31'

red 83 ◦ green 28 ◦ blue 49

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

Shades of Castro #531C31

Tints of Castro #531C31

RGB

 RED value IS 83 (32.81% from 255) = 51.88%

 GREEN value IS 28 (11.33% from 255) = 17.5%

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

R = 51.88%
G = 17.5%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#531C31 (or 0x531C31) is known color: Castro. HEX triplet: 53, 1C and 31. RGB value is (83,28,49). Sum of RGB (Red+Green+Blue) = 83+28+49=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #531C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C31 is #ACE3CE. Grayscale: #2E2E2E. Windows color (decimal): -11330511 or 3218515. OLE color: 3218515.

HSL color Cylindrical-coordinate representation of color #531C31: hue angle of 337.09º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C31 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 28 49 -
CMYK 0 0.66 0.41 0.67
HSL 337.09º 0.5% 0.22% -
HSV(B) 337.09º 0.66% 0.33% -
XYZ 4.54 2.89 3.22 -
YUV 46.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 83 28 49 0 0.66 0.41 0.67 337.09 0.5 0.22
Hex 53 1C 31 0 42 29 43 151 32 16
Octal 123 34 61 0 102 51 103 521 62 26
Binary 1010011 11100 110001 0 1000010 101001 1000011 101010001 110010 10110

Color Harmonies of #531C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C31

Black with #531C31

Text Example


Text Example

White with #531C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531C31; }

 p { color: rgb(83,28,49); }

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

background-color css

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

 a { background-color: rgb(83,28,49); }

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

border-color css

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

 span { border-color: rgb(83,28,49); }

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