Html Css Color HEX #531B32 Castro

📋 copy color: '#531B32'

red 83 ◦ green 27 ◦ blue 50

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

Shades of Castro #531B32

Tints of Castro #531B32

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.88%

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

R = 51.88%
G = 16.88%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#531B32 (or 0x531B32) is known color: Castro. HEX triplet: 53, 1B and 32. RGB value is (83,27,50). Sum of RGB (Red+Green+Blue) = 83+27+50=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #531B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B32 is #ACE4CD. Grayscale: #2E2E2E. Windows color (decimal): -11330766 or 3283795. OLE color: 3283795.

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

Color convert

RGB 83 27 50 -
CMYK 0 0.67 0.40 0.67
HSL 335.36º 0.51% 0.22% -
HSV(B) 335.36º 0.67% 0.33% -
XYZ 4.53 2.85 3.33 -
YUV 46.37 130.05 154.13 -
System Red Green Blue C M Y K H S L
Decimal 83 27 50 0 0.67 0.40 0.67 335.36 0.51 0.22
Hex 53 1B 32 0 43 28 43 14F 33 16
Octal 123 33 62 0 103 50 103 517 63 26
Binary 1010011 11011 110010 0 1000011 101000 1000011 101001111 110011 10110

Color Harmonies of #531B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B32

Black with #531B32

Text Example


Text Example

White with #531B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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