Html Css Color HEX #53192E Castro

📋 copy color: '#53192E'

red 83 ◦ green 25 ◦ blue 46

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

Shades of Castro #53192E

Tints of Castro #53192E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 29.87%

R = 53.9%
G = 16.23%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#53192E (or 0x53192E) is known color: Castro. HEX triplet: 53, 19 and 2E. RGB value is (83,25,46). Sum of RGB (Red+Green+Blue) = 83+25+46=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #53192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53192E is #ACE6D1. Grayscale: #2C2C2C. Windows color (decimal): -11331282 or 3021139. OLE color: 3021139.

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

Color convert

RGB 83 25 46 -
CMYK 0 0.70 0.45 0.67
HSL 338.28º 0.54% 0.21% -
HSV(B) 338.28º 0.7% 0.33% -
XYZ 4.41 2.73 2.88 -
YUV 44.74 128.72 155.29 -
System Red Green Blue C M Y K H S L
Decimal 83 25 46 0 0.70 0.45 0.67 338.28 0.54 0.21
Hex 53 19 2E 0 46 2D 43 152 36 15
Octal 123 31 56 0 106 55 103 522 66 25
Binary 1010011 11001 101110 0 1000110 101101 1000011 101010010 110110 10101

Color Harmonies of #53192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53192E

Black with #53192E

Text Example


Text Example

White with #53192E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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