Html Css Color HEX #53253B Barossa

📋 copy color: '#53253B'

red 83 ◦ green 37 ◦ blue 59

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

Shades of Barossa #53253B

Tints of Barossa #53253B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.67%

 BLUE value IS 59 (23.44% from 255) = 32.96%

R = 46.37%
G = 20.67%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#53253B (or 0x53253B) is known color: Barossa. HEX triplet: 53, 25 and 3B. RGB value is (83,37,59). Sum of RGB (Red+Green+Blue) = 83+37+59=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53253B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53253B is #ACDAC4. Grayscale: #353535. Windows color (decimal): -11328197 or 3876179. OLE color: 3876179.

HSL color Cylindrical-coordinate representation of color #53253B: hue angle of 331.3º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53253B is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 37 59 -
CMYK 0 0.55 0.29 0.67
HSL 331.3º 0.38% 0.24% -
HSV(B) 331.3º 0.55% 0.33% -
XYZ 5.02 3.48 4.54 -
YUV 53.26 131.24 149.21 -
System Red Green Blue C M Y K H S L
Decimal 83 37 59 0 0.55 0.29 0.67 331.3 0.38 0.24
Hex 53 25 3B 0 37 1D 43 14B 26 18
Octal 123 45 73 0 67 35 103 513 46 30
Binary 1010011 100101 111011 0 110111 11101 1000011 101001011 100110 11000

Color Harmonies of #53253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53253B

Black with #53253B

Text Example


Text Example

White with #53253B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53253B; }

 p { color: rgb(83,37,59); }

 H1.HeaderClassName
 {
   color: #53253B;
 }
 .AnyTagClassName
 {
   color: #53253B;
 }
</style>

background-color css

<style>
 a { background-color: #53253B; }

 a { background-color: rgb(83,37,59); }

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

border-color css

<style>
 span { border-color: #53253B; }

 span { border-color: rgb(83,37,59); }

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