Html Css Color HEX #521B30 Castro

📋 copy color: '#521B30'

red 82 ◦ green 27 ◦ blue 48

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

Shades of Castro #521B30

Tints of Castro #521B30

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.2%

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

R = 52.23%
G = 17.2%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#521B30 (or 0x521B30) is known color: Castro. HEX triplet: 52, 1B and 30. RGB value is (82,27,48). Sum of RGB (Red+Green+Blue) = 82+27+48=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #521B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B30 is #ADE4CF. Grayscale: #2D2D2D. Windows color (decimal): -11396304 or 3152722. OLE color: 3152722.

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

Color convert

RGB 82 27 48 -
CMYK 0 0.67 0.41 0.68
HSL 337.09º 0.5% 0.21% -
HSV(B) 337.09º 0.67% 0.32% -
XYZ 4.41 2.79 3.1 -
YUV 45.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 82 27 48 0 0.67 0.41 0.68 337.09 0.5 0.21
Hex 52 1B 30 0 43 29 44 151 32 15
Octal 122 33 60 0 103 51 104 521 62 25
Binary 1010010 11011 110000 0 1000011 101001 1000100 101010001 110010 10101

Color Harmonies of #521B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B30

Black with #521B30

Text Example


Text Example

White with #521B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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