Html Css Color HEX #521C30 Castro

📋 copy color: '#521C30'

red 82 ◦ green 28 ◦ blue 48

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

Shades of Castro #521C30

Tints of Castro #521C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30.38%

R = 51.9%
G = 17.72%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#521C30 (or 0x521C30) is known color: Castro. HEX triplet: 52, 1C and 30. RGB value is (82,28,48). Sum of RGB (Red+Green+Blue) = 82+28+48=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #521C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C30 is #ADE3CF. Grayscale: #2E2E2E. Windows color (decimal): -11396048 or 3152978. OLE color: 3152978.

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

Color convert

RGB 82 28 48 -
CMYK 0 0.66 0.41 0.68
HSL 337.78º 0.49% 0.22% -
HSV(B) 337.78º 0.66% 0.32% -
XYZ 4.43 2.84 3.11 -
YUV 46.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 82 28 48 0 0.66 0.41 0.68 337.78 0.49 0.22
Hex 52 1C 30 0 42 29 44 152 31 16
Octal 122 34 60 0 102 51 104 522 61 26
Binary 1010010 11100 110000 0 1000010 101001 1000100 101010010 110001 10110

Color Harmonies of #521C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C30

Black with #521C30

Text Example


Text Example

White with #521C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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