Html Css Color HEX #521C32 Castro

📋 copy color: '#521C32'

red 82 ◦ green 28 ◦ blue 50

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

Shades of Castro #521C32

Tints of Castro #521C32

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.5%

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

R = 51.25%
G = 17.5%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#521C32 (or 0x521C32) is known color: Castro. HEX triplet: 52, 1C and 32. RGB value is (82,28,50). Sum of RGB (Red+Green+Blue) = 82+28+50=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #521C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C32 is #ADE3CD. Grayscale: #2E2E2E. Windows color (decimal): -11396046 or 3284050. OLE color: 3284050.

HSL color Cylindrical-coordinate representation of color #521C32: hue angle of 335.56º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #521C32 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 28 50 -
CMYK 0 0.66 0.39 0.68
HSL 335.56º 0.49% 0.22% -
HSV(B) 335.56º 0.66% 0.32% -
XYZ 4.47 2.85 3.33 -
YUV 46.65 129.89 153.21 -
System Red Green Blue C M Y K H S L
Decimal 82 28 50 0 0.66 0.39 0.68 335.56 0.49 0.22
Hex 52 1C 32 0 42 27 44 150 31 16
Octal 122 34 62 0 102 47 104 520 61 26
Binary 1010010 11100 110010 0 1000010 100111 1000100 101010000 110001 10110

Color Harmonies of #521C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C32

Black with #521C32

Text Example


Text Example

White with #521C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,28,50); }

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

background-color css

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

 a { background-color: rgb(82,28,50); }

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

border-color css

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

 span { border-color: rgb(82,28,50); }

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