Html Css Color HEX #52192F Castro

📋 copy color: '#52192F'

red 82 ◦ green 25 ◦ blue 47

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

Shades of Castro #52192F

Tints of Castro #52192F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.23%

 BLUE value IS 47 (18.75% from 255) = 30.52%

R = 53.25%
G = 16.23%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#52192F (or 0x52192F) is known color: Castro. HEX triplet: 52, 19 and 2F. RGB value is (82,25,47). Sum of RGB (Red+Green+Blue) = 82+25+47=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #52192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52192F is #ADE6D0. Grayscale: #2C2C2C. Windows color (decimal): -11396817 or 3086674. OLE color: 3086674.

HSL color Cylindrical-coordinate representation of color #52192F: hue angle of 336.84º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52192F is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 25 47 -
CMYK 0 0.70 0.43 0.68
HSL 336.84º 0.53% 0.21% -
HSV(B) 336.84º 0.7% 0.32% -
XYZ 4.34 2.69 2.98 -
YUV 44.55 129.38 154.71 -
System Red Green Blue C M Y K H S L
Decimal 82 25 47 0 0.70 0.43 0.68 336.84 0.53 0.21
Hex 52 19 2F 0 46 2B 44 151 35 15
Octal 122 31 57 0 106 53 104 521 65 25
Binary 1010010 11001 101111 0 1000110 101011 1000100 101010001 110101 10101

Color Harmonies of #52192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52192F

Black with #52192F

Text Example


Text Example

White with #52192F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52192F; }

 p { color: rgb(82,25,47); }

 H1.HeaderClassName
 {
   color: #52192F;
 }
 .AnyTagClassName
 {
   color: #52192F;
 }
</style>

background-color css

<style>
 a { background-color: #52192F; }

 a { background-color: rgb(82,25,47); }

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

border-color css

<style>
 span { border-color: #52192F; }

 span { border-color: rgb(82,25,47); }

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