Html Css Color HEX #53243D Barossa

📋 copy color: '#53243D'

red 83 ◦ green 36 ◦ blue 61

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

Shades of Barossa #53243D

Tints of Barossa #53243D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 33.89%

R = 46.11%
G = 20%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#53243D (or 0x53243D) is known color: Barossa. HEX triplet: 53, 24 and 3D. RGB value is (83,36,61). Sum of RGB (Red+Green+Blue) = 83+36+61=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53243D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53243D is #ACDBC2. Grayscale: #343434. Windows color (decimal): -11328451 or 4006995. OLE color: 4006995.

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

Color convert

RGB 83 36 61 -
CMYK 0 0.57 0.27 0.67
HSL 328.09º 0.39% 0.23% -
HSV(B) 328.09º 0.57% 0.33% -
XYZ 5.04 3.44 4.81 -
YUV 52.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 83 36 61 0 0.57 0.27 0.67 328.09 0.39 0.23
Hex 53 24 3D 0 39 1B 43 148 27 17
Octal 123 44 75 0 71 33 103 510 47 27
Binary 1010011 100100 111101 0 111001 11011 1000011 101001000 100111 10111

Color Harmonies of #53243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53243D

Black with #53243D

Text Example


Text Example

White with #53243D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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