Html Css Color HEX #53172F Castro

📋 copy color: '#53172F'

red 83 ◦ green 23 ◦ blue 47

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

Shades of Castro #53172F

Tints of Castro #53172F

RGB

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

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

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

R = 54.25%
G = 15.03%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#53172F (or 0x53172F) is known color: Castro. HEX triplet: 53, 17 and 2F. RGB value is (83,23,47). Sum of RGB (Red+Green+Blue) = 83+23+47=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #53172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53172F is #ACE8D0. Grayscale: #2B2B2B. Windows color (decimal): -11331793 or 3086163. OLE color: 3086163.

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

Color convert

RGB 83 23 47 -
CMYK 0 0.72 0.43 0.67
HSL 336º 0.57% 0.21% -
HSV(B) 336º 0.72% 0.33% -
XYZ 4.39 2.66 2.97 -
YUV 43.68 129.88 156.05 -
System Red Green Blue C M Y K H S L
Decimal 83 23 47 0 0.72 0.43 0.67 336 0.57 0.21
Hex 53 17 2F 0 48 2B 43 150 39 15
Octal 123 27 57 0 110 53 103 520 71 25
Binary 1010011 10111 101111 0 1001000 101011 1000011 101010000 111001 10101

Color Harmonies of #53172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53172F

Black with #53172F

Text Example


Text Example

White with #53172F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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