Html Css Color HEX #531B33 Castro

📋 copy color: '#531B33'

red 83 ◦ green 27 ◦ blue 51

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

Shades of Castro #531B33

Tints of Castro #531B33

RGB

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

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

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

R = 51.55%
G = 16.77%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#531B33 (or 0x531B33) is known color: Castro. HEX triplet: 53, 1B and 33. RGB value is (83,27,51). Sum of RGB (Red+Green+Blue) = 83+27+51=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #531B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B33 is #ACE4CC. Grayscale: #2E2E2E. Windows color (decimal): -11330765 or 3349331. OLE color: 3349331.

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

Color convert

RGB 83 27 51 -
CMYK 0 0.67 0.39 0.67
HSL 334.29º 0.51% 0.22% -
HSV(B) 334.29º 0.67% 0.33% -
XYZ 4.56 2.86 3.44 -
YUV 46.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 83 27 51 0 0.67 0.39 0.67 334.29 0.51 0.22
Hex 53 1B 33 0 43 27 43 14E 33 16
Octal 123 33 63 0 103 47 103 516 63 26
Binary 1010011 11011 110011 0 1000011 100111 1000011 101001110 110011 10110

Color Harmonies of #531B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B33

Black with #531B33

Text Example


Text Example

White with #531B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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