Html Css Color HEX #531C32 Castro

📋 copy color: '#531C32'

red 83 ◦ green 28 ◦ blue 50

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

Shades of Castro #531C32

Tints of Castro #531C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 31.06%

R = 51.55%
G = 17.39%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#531C32 (or 0x531C32) is known color: Castro. HEX triplet: 53, 1C and 32. RGB value is (83,28,50). Sum of RGB (Red+Green+Blue) = 83+28+50=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #531C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C32 is #ACE3CD. Grayscale: #2E2E2E. Windows color (decimal): -11330510 or 3284051. OLE color: 3284051.

HSL color Cylindrical-coordinate representation of color #531C32: hue angle of 336º 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 #531C32 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 28 50 -
CMYK 0 0.66 0.40 0.67
HSL 336º 0.5% 0.22% -
HSV(B) 336º 0.66% 0.33% -
XYZ 4.56 2.9 3.34 -
YUV 46.95 129.72 153.71 -
System Red Green Blue C M Y K H S L
Decimal 83 28 50 0 0.66 0.40 0.67 336 0.5 0.22
Hex 53 1C 32 0 42 28 43 150 32 16
Octal 123 34 62 0 102 50 103 520 62 26
Binary 1010011 11100 110010 0 1000010 101000 1000011 101010000 110010 10110

Color Harmonies of #531C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C32

Black with #531C32

Text Example


Text Example

White with #531C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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