Html Css Color HEX #52172D Castro

📋 copy color: '#52172D'

red 82 ◦ green 23 ◦ blue 45

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

Shades of Castro #52172D

Tints of Castro #52172D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.33%

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

R = 54.67%
G = 15.33%
B = 30%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#52172D (or 0x52172D) is known color: Castro. HEX triplet: 52, 17 and 2D. RGB value is (82,23,45). Sum of RGB (Red+Green+Blue) = 82+23+45=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #52172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52172D is #ADE8D2. Grayscale: #2B2B2B. Windows color (decimal): -11397331 or 2955090. OLE color: 2955090.

HSL color Cylindrical-coordinate representation of color #52172D: hue angle of 337.63º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52172D is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 23 45 -
CMYK 0 0.72 0.45 0.68
HSL 337.63º 0.56% 0.21% -
HSV(B) 337.63º 0.72% 0.32% -
XYZ 4.26 2.6 2.76 -
YUV 43.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 82 23 45 0 0.72 0.45 0.68 337.63 0.56 0.21
Hex 52 17 2D 0 48 2D 44 152 38 15
Octal 122 27 55 0 110 55 104 522 70 25
Binary 1010010 10111 101101 0 1001000 101101 1000100 101010010 111000 10101

Color Harmonies of #52172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52172D

Black with #52172D

Text Example


Text Example

White with #52172D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52172D; }

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

 H1.HeaderClassName
 {
   color: #52172D;
 }
 .AnyTagClassName
 {
   color: #52172D;
 }
</style>

background-color css

<style>
 a { background-color: #52172D; }

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

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

border-color css

<style>
 span { border-color: #52172D; }

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

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