Html Css Color HEX #53243E Barossa

📋 copy color: '#53243E'

red 83 ◦ green 36 ◦ blue 62

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

Shades of Barossa #53243E

Tints of Barossa #53243E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 34.25%

R = 45.86%
G = 19.89%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#53243E (or 0x53243E) is known color: Barossa. HEX triplet: 53, 24 and 3E. RGB value is (83,36,62). Sum of RGB (Red+Green+Blue) = 83+36+62=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53243E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53243E is #ACDBC1. Grayscale: #343434. Windows color (decimal): -11328450 or 4072531. OLE color: 4072531.

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

Color convert

RGB 83 36 62 -
CMYK 0 0.57 0.25 0.67
HSL 326.81º 0.39% 0.23% -
HSV(B) 326.81º 0.57% 0.33% -
XYZ 5.07 3.45 4.96 -
YUV 53.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 83 36 62 0 0.57 0.25 0.67 326.81 0.39 0.23
Hex 53 24 3E 0 39 19 43 147 27 17
Octal 123 44 76 0 71 31 103 507 47 27
Binary 1010011 100100 111110 0 111001 11001 1000011 101000111 100111 10111

Color Harmonies of #53243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53243E

Black with #53243E

Text Example


Text Example

White with #53243E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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