Html Css Color HEX #531A31 Castro

📋 copy color: '#531A31'

red 83 ◦ green 26 ◦ blue 49

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

Shades of Castro #531A31

Tints of Castro #531A31

RGB

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

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

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

R = 52.53%
G = 16.46%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#531A31 (or 0x531A31) is known color: Castro. HEX triplet: 53, 1A and 31. RGB value is (83,26,49). Sum of RGB (Red+Green+Blue) = 83+26+49=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #531A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A31 is #ACE5CE. Grayscale: #2D2D2D. Windows color (decimal): -11331023 or 3218003. OLE color: 3218003.

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

Color convert

RGB 83 26 49 -
CMYK 0 0.69 0.41 0.67
HSL 335.79º 0.52% 0.21% -
HSV(B) 335.79º 0.69% 0.33% -
XYZ 4.49 2.8 3.21 -
YUV 45.67 129.88 154.63 -
System Red Green Blue C M Y K H S L
Decimal 83 26 49 0 0.69 0.41 0.67 335.79 0.52 0.21
Hex 53 1A 31 0 45 29 43 150 34 15
Octal 123 32 61 0 105 51 103 520 64 25
Binary 1010011 11010 110001 0 1000101 101001 1000011 101010000 110100 10101

Color Harmonies of #531A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A31

Black with #531A31

Text Example


Text Example

White with #531A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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