Html Css Color HEX #521A31 Castro

📋 copy color: '#521A31'

red 82 ◦ green 26 ◦ blue 49

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

Shades of Castro #521A31

Tints of Castro #521A31

RGB

 RED value IS 82 (32.42% from 255) = 52.23%

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

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

R = 52.23%
G = 16.56%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#521A31 (or 0x521A31) is known color: Castro. HEX triplet: 52, 1A and 31. RGB value is (82,26,49). Sum of RGB (Red+Green+Blue) = 82+26+49=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #521A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A31 is #ADE5CE. Grayscale: #2D2D2D. Windows color (decimal): -11396559 or 3218002. OLE color: 3218002.

HSL color Cylindrical-coordinate representation of color #521A31: hue angle of 335.36º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #521A31 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 26 49 -
CMYK 0 0.68 0.40 0.68
HSL 335.36º 0.52% 0.21% -
HSV(B) 335.36º 0.68% 0.32% -
XYZ 4.4 2.75 3.21 -
YUV 45.37 130.05 154.13 -
System Red Green Blue C M Y K H S L
Decimal 82 26 49 0 0.68 0.40 0.68 335.36 0.52 0.21
Hex 52 1A 31 0 44 28 44 14F 34 15
Octal 122 32 61 0 104 50 104 517 64 25
Binary 1010010 11010 110001 0 1000100 101000 1000100 101001111 110100 10101

Color Harmonies of #521A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A31

Black with #521A31

Text Example


Text Example

White with #521A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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