Html Css Color HEX #53162C Castro

📋 copy color: '#53162C'

red 83 ◦ green 22 ◦ blue 44

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

Shades of Castro #53162C

Tints of Castro #53162C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.77%

 BLUE value IS 44 (17.58% from 255) = 29.53%

R = 55.7%
G = 14.77%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#53162C (or 0x53162C) is known color: Castro. HEX triplet: 53, 16 and 2C. RGB value is (83,22,44). Sum of RGB (Red+Green+Blue) = 83+22+44=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53162C is #ACE9D3. Grayscale: #2A2A2A. Windows color (decimal): -11332052 or 2889299. OLE color: 2889299.

HSL color Cylindrical-coordinate representation of color #53162C: hue angle of 338.36º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53162C is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 22 44 -
CMYK 0 0.73 0.47 0.67
HSL 338.36º 0.58% 0.21% -
HSV(B) 338.36º 0.73% 0.33% -
XYZ 4.31 2.59 2.66 -
YUV 42.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 83 22 44 0 0.73 0.47 0.67 338.36 0.58 0.21
Hex 53 16 2C 0 49 2F 43 152 3A 15
Octal 123 26 54 0 111 57 103 522 72 25
Binary 1010011 10110 101100 0 1001001 101111 1000011 101010010 111010 10101

Color Harmonies of #53162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53162C

Black with #53162C

Text Example


Text Example

White with #53162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53162C; }

 p { color: rgb(83,22,44); }

 H1.HeaderClassName
 {
   color: #53162C;
 }
 .AnyTagClassName
 {
   color: #53162C;
 }
</style>

background-color css

<style>
 a { background-color: #53162C; }

 a { background-color: rgb(83,22,44); }

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

border-color css

<style>
 span { border-color: #53162C; }

 span { border-color: rgb(83,22,44); }

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