Html Css Color HEX #521C34 Castro

📋 copy color: '#521C34'

red 82 ◦ green 28 ◦ blue 52

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

Shades of Castro #521C34

Tints of Castro #521C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 32.1%

R = 50.62%
G = 17.28%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#521C34 (or 0x521C34) is known color: Castro. HEX triplet: 52, 1C and 34. RGB value is (82,28,52). Sum of RGB (Red+Green+Blue) = 82+28+52=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #521C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C34 is #ADE3CB. Grayscale: #2E2E2E. Windows color (decimal): -11396044 or 3415122. OLE color: 3415122.

HSL color Cylindrical-coordinate representation of color #521C34: hue angle of 333.33º 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 #521C34 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 28 52 -
CMYK 0 0.66 0.37 0.68
HSL 333.33º 0.49% 0.22% -
HSV(B) 333.33º 0.66% 0.32% -
XYZ 4.51 2.87 3.57 -
YUV 46.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 82 28 52 0 0.66 0.37 0.68 333.33 0.49 0.22
Hex 52 1C 34 0 42 25 44 14D 31 16
Octal 122 34 64 0 102 45 104 515 61 26
Binary 1010010 11100 110100 0 1000010 100101 1000100 101001101 110001 10110

Color Harmonies of #521C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C34

Black with #521C34

Text Example


Text Example

White with #521C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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