Html Css Color HEX #53172E Castro

📋 copy color: '#53172E'

red 83 ◦ green 23 ◦ blue 46

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

Shades of Castro #53172E

Tints of Castro #53172E

RGB

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

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

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

R = 54.61%
G = 15.13%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#53172E (or 0x53172E) is known color: Castro. HEX triplet: 53, 17 and 2E. RGB value is (83,23,46). Sum of RGB (Red+Green+Blue) = 83+23+46=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #53172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53172E is #ACE8D1. Grayscale: #2B2B2B. Windows color (decimal): -11331794 or 3020627. OLE color: 3020627.

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

Color convert

RGB 83 23 46 -
CMYK 0 0.72 0.45 0.67
HSL 337º 0.57% 0.21% -
HSV(B) 337º 0.72% 0.33% -
XYZ 4.37 2.65 2.87 -
YUV 43.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 83 23 46 0 0.72 0.45 0.67 337 0.57 0.21
Hex 53 17 2E 0 48 2D 43 151 39 15
Octal 123 27 56 0 110 55 103 521 71 25
Binary 1010011 10111 101110 0 1001000 101101 1000011 101010001 111001 10101

Color Harmonies of #53172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53172E

Black with #53172E

Text Example


Text Example

White with #53172E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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