Html Css Color HEX #53263E Barossa

📋 copy color: '#53263E'

red 83 ◦ green 38 ◦ blue 62

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

Shades of Barossa #53263E

Tints of Barossa #53263E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.77%

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

R = 45.36%
G = 20.77%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#53263E (or 0x53263E) is known color: Barossa. HEX triplet: 53, 26 and 3E. RGB value is (83,38,62). Sum of RGB (Red+Green+Blue) = 83+38+62=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #53263E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53263E is #ACD9C1. Grayscale: #363636. Windows color (decimal): -11327938 or 4073043. OLE color: 4073043.

HSL color Cylindrical-coordinate representation of color #53263E: hue angle of 328º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53263E is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 38 62 -
CMYK 0 0.54 0.25 0.67
HSL 328º 0.37% 0.24% -
HSV(B) 328º 0.54% 0.33% -
XYZ 5.13 3.57 4.98 -
YUV 54.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 83 38 62 0 0.54 0.25 0.67 328 0.37 0.24
Hex 53 26 3E 0 36 19 43 148 25 18
Octal 123 46 76 0 66 31 103 510 45 30
Binary 1010011 100110 111110 0 110110 11001 1000011 101001000 100101 11000

Color Harmonies of #53263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53263E

Black with #53263E

Text Example


Text Example

White with #53263E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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