Html Css Color HEX #53233F Barossa

📋 copy color: '#53233F'

red 83 ◦ green 35 ◦ blue 63

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

Shades of Barossa #53233F

Tints of Barossa #53233F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.34%

 BLUE value IS 63 (25% from 255) = 34.81%

R = 45.86%
G = 19.34%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53233F (or 0x53233F) is known color: Barossa. HEX triplet: 53, 23 and 3F. RGB value is (83,35,63). Sum of RGB (Red+Green+Blue) = 83+35+63=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53233F is #ACDCC0. Grayscale: #343434. Windows color (decimal): -11328705 or 4137811. OLE color: 4137811.

HSL color Cylindrical-coordinate representation of color #53233F: hue angle of 325º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53233F is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 35 63 -
CMYK 0 0.58 0.24 0.67
HSL 325º 0.41% 0.23% -
HSV(B) 325º 0.58% 0.33% -
XYZ 5.07 3.4 5.09 -
YUV 52.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 83 35 63 0 0.58 0.24 0.67 325 0.41 0.23
Hex 53 23 3F 0 3A 18 43 145 29 17
Octal 123 43 77 0 72 30 103 505 51 27
Binary 1010011 100011 111111 0 111010 11000 1000011 101000101 101001 10111

Color Harmonies of #53233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53233F

Black with #53233F

Text Example


Text Example

White with #53233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53233F; }

 p { color: rgb(83,35,63); }

 H1.HeaderClassName
 {
   color: #53233F;
 }
 .AnyTagClassName
 {
   color: #53233F;
 }
</style>

background-color css

<style>
 a { background-color: #53233F; }

 a { background-color: rgb(83,35,63); }

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

border-color css

<style>
 span { border-color: #53233F; }

 span { border-color: rgb(83,35,63); }

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