Html Css Color HEX #531A32 Castro

📋 copy color: '#531A32'

red 83 ◦ green 26 ◦ blue 50

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

Shades of Castro #531A32

Tints of Castro #531A32

RGB

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

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

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

R = 52.2%
G = 16.35%
B = 31.45%

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

#531A32 (or 0x531A32) is known color: Castro. HEX triplet: 53, 1A and 32. RGB value is (83,26,50). Sum of RGB (Red+Green+Blue) = 83+26+50=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #531A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A32 is #ACE5CD. Grayscale: #2D2D2D. Windows color (decimal): -11331022 or 3283539. OLE color: 3283539.

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

Color convert

RGB 83 26 50 -
CMYK 0 0.69 0.40 0.67
HSL 334.74º 0.52% 0.21% -
HSV(B) 334.74º 0.69% 0.33% -
XYZ 4.51 2.81 3.32 -
YUV 45.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 83 26 50 0 0.69 0.40 0.67 334.74 0.52 0.21
Hex 53 1A 32 0 45 28 43 14F 34 15
Octal 123 32 62 0 105 50 103 517 64 25
Binary 1010011 11010 110010 0 1000101 101000 1000011 101001111 110100 10101

Color Harmonies of #531A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A32

Black with #531A32

Text Example


Text Example

White with #531A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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