Html Css Color HEX #53243A Barossa

📋 copy color: '#53243A'

red 83 ◦ green 36 ◦ blue 58

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

Shades of Barossa #53243A

Tints of Barossa #53243A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.77%

R = 46.89%
G = 20.34%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53243A (or 0x53243A) is known color: Barossa. HEX triplet: 53, 24 and 3A. RGB value is (83,36,58). Sum of RGB (Red+Green+Blue) = 83+36+58=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #53243A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53243A is #ACDBC5. Grayscale: #343434. Windows color (decimal): -11328454 or 3810387. OLE color: 3810387.

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

Color convert

RGB 83 36 58 -
CMYK 0 0.57 0.30 0.67
HSL 331.91º 0.39% 0.23% -
HSV(B) 331.91º 0.57% 0.33% -
XYZ 4.96 3.41 4.4 -
YUV 52.56 131.07 149.71 -
System Red Green Blue C M Y K H S L
Decimal 83 36 58 0 0.57 0.30 0.67 331.91 0.39 0.23
Hex 53 24 3A 0 39 1E 43 14C 27 17
Octal 123 44 72 0 71 36 103 514 47 27
Binary 1010011 100100 111010 0 111001 11110 1000011 101001100 100111 10111

Color Harmonies of #53243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53243A

Black with #53243A

Text Example


Text Example

White with #53243A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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