Html Css Color HEX #53172D Castro

📋 copy color: '#53172D'

red 83 ◦ green 23 ◦ blue 45

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

Shades of Castro #53172D

Tints of Castro #53172D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 29.8%

R = 54.97%
G = 15.23%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#53172D (or 0x53172D) is known color: Castro. HEX triplet: 53, 17 and 2D. RGB value is (83,23,45). Sum of RGB (Red+Green+Blue) = 83+23+45=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #53172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53172D is #ACE8D2. Grayscale: #2B2B2B. Windows color (decimal): -11331795 or 2955091. OLE color: 2955091.

HSL color Cylindrical-coordinate representation of color #53172D: hue angle of 338º 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 #53172D is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 23 45 -
CMYK 0 0.72 0.46 0.67
HSL 338º 0.57% 0.21% -
HSV(B) 338º 0.72% 0.33% -
XYZ 4.35 2.64 2.76 -
YUV 43.45 128.88 156.21 -
System Red Green Blue C M Y K H S L
Decimal 83 23 45 0 0.72 0.46 0.67 338 0.57 0.21
Hex 53 17 2D 0 48 2E 43 152 39 15
Octal 123 27 55 0 110 56 103 522 71 25
Binary 1010011 10111 101101 0 1001000 101110 1000011 101010010 111001 10101

Color Harmonies of #53172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53172D

Black with #53172D

Text Example


Text Example

White with #53172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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