Html Css Color HEX #53192F Castro

📋 copy color: '#53192F'

red 83 ◦ green 25 ◦ blue 47

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

Shades of Castro #53192F

Tints of Castro #53192F

RGB

 RED value IS 83 (32.81% from 255) = 53.55%

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

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

R = 53.55%
G = 16.13%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#53192F (or 0x53192F) is known color: Castro. HEX triplet: 53, 19 and 2F. RGB value is (83,25,47). Sum of RGB (Red+Green+Blue) = 83+25+47=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #53192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53192F is #ACE6D0. Grayscale: #2C2C2C. Windows color (decimal): -11331281 or 3086675. OLE color: 3086675.

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

Color convert

RGB 83 25 47 -
CMYK 0 0.70 0.43 0.67
HSL 337.24º 0.54% 0.21% -
HSV(B) 337.24º 0.7% 0.33% -
XYZ 4.43 2.74 2.98 -
YUV 44.85 129.22 155.21 -
System Red Green Blue C M Y K H S L
Decimal 83 25 47 0 0.70 0.43 0.67 337.24 0.54 0.21
Hex 53 19 2F 0 46 2B 43 151 36 15
Octal 123 31 57 0 106 53 103 521 66 25
Binary 1010011 11001 101111 0 1000110 101011 1000011 101010001 110110 10101

Color Harmonies of #53192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53192F

Black with #53192F

Text Example


Text Example

White with #53192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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