Html Css Color HEX #53182E Castro

📋 copy color: '#53182E'

red 83 ◦ green 24 ◦ blue 46

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

Shades of Castro #53182E

Tints of Castro #53182E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.69%

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

R = 54.25%
G = 15.69%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#53182E (or 0x53182E) is known color: Castro. HEX triplet: 53, 18 and 2E. RGB value is (83,24,46). Sum of RGB (Red+Green+Blue) = 83+24+46=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #53182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53182E is #ACE7D1. Grayscale: #2C2C2C. Windows color (decimal): -11331538 or 3020883. OLE color: 3020883.

HSL color Cylindrical-coordinate representation of color #53182E: hue angle of 337.63º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53182E is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 24 46 -
CMYK 0 0.71 0.45 0.67
HSL 337.63º 0.55% 0.21% -
HSV(B) 337.63º 0.71% 0.33% -
XYZ 4.39 2.69 2.87 -
YUV 44.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 83 24 46 0 0.71 0.45 0.67 337.63 0.55 0.21
Hex 53 18 2E 0 47 2D 43 152 37 15
Octal 123 30 56 0 107 55 103 522 67 25
Binary 1010011 11000 101110 0 1000111 101101 1000011 101010010 110111 10101

Color Harmonies of #53182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53182E

Black with #53182E

Text Example


Text Example

White with #53182E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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