Html Css Color HEX #53243C Barossa

📋 copy color: '#53243C'

red 83 ◦ green 36 ◦ blue 60

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

Shades of Barossa #53243C

Tints of Barossa #53243C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.11%

 BLUE value IS 60 (23.83% from 255) = 33.52%

R = 46.37%
G = 20.11%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#53243C (or 0x53243C) is known color: Barossa. HEX triplet: 53, 24 and 3C. RGB value is (83,36,60). Sum of RGB (Red+Green+Blue) = 83+36+60=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53243C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53243C is #ACDBC3. Grayscale: #343434. Windows color (decimal): -11328452 or 3941459. OLE color: 3941459.

HSL color Cylindrical-coordinate representation of color #53243C: hue angle of 329.36º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53243C is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 36 60 -
CMYK 0 0.57 0.28 0.67
HSL 329.36º 0.39% 0.23% -
HSV(B) 329.36º 0.57% 0.33% -
XYZ 5.01 3.43 4.67 -
YUV 52.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 83 36 60 0 0.57 0.28 0.67 329.36 0.39 0.23
Hex 53 24 3C 0 39 1C 43 149 27 17
Octal 123 44 74 0 71 34 103 511 47 27
Binary 1010011 100100 111100 0 111001 11100 1000011 101001001 100111 10111

Color Harmonies of #53243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53243C

Black with #53243C

Text Example


Text Example

White with #53243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53243C; }

 p { color: rgb(83,36,60); }

 H1.HeaderClassName
 {
   color: #53243C;
 }
 .AnyTagClassName
 {
   color: #53243C;
 }
</style>

background-color css

<style>
 a { background-color: #53243C; }

 a { background-color: rgb(83,36,60); }

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

border-color css

<style>
 span { border-color: #53243C; }

 span { border-color: rgb(83,36,60); }

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