Html Css Color HEX #521B2D Castro

📋 copy color: '#521B2D'

red 82 ◦ green 27 ◦ blue 45

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

Shades of Castro #521B2D

Tints of Castro #521B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 29.22%

R = 53.25%
G = 17.53%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#521B2D (or 0x521B2D) is known color: Castro. HEX triplet: 52, 1B and 2D. RGB value is (82,27,45). Sum of RGB (Red+Green+Blue) = 82+27+45=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #521B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B2D is #ADE4D2. Grayscale: #2D2D2D. Windows color (decimal): -11396307 or 2956114. OLE color: 2956114.

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

Color convert

RGB 82 27 45 -
CMYK 0 0.67 0.45 0.68
HSL 340.36º 0.5% 0.21% -
HSV(B) 340.36º 0.67% 0.32% -
XYZ 4.35 2.77 2.79 -
YUV 45.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 82 27 45 0 0.67 0.45 0.68 340.36 0.5 0.21
Hex 52 1B 2D 0 43 2D 44 154 32 15
Octal 122 33 55 0 103 55 104 524 62 25
Binary 1010010 11011 101101 0 1000011 101101 1000100 101010100 110010 10101

Color Harmonies of #521B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B2D

Black with #521B2D

Text Example


Text Example

White with #521B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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