Html Css Color HEX #55253D Barossa

📋 copy color: '#55253D'

red 85 ◦ green 37 ◦ blue 61

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

Shades of Barossa #55253D

Tints of Barossa #55253D

RGB

 RED value IS 85 (33.59% from 255) = 46.45%

 GREEN value IS 37 (14.84% from 255) = 20.22%

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

R = 46.45%
G = 20.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#55253D (or 0x55253D) is known color: Barossa. HEX triplet: 55, 25 and 3D. RGB value is (85,37,61). Sum of RGB (Red+Green+Blue) = 85+37+61=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55253D is #AADAC2. Grayscale: #363636. Windows color (decimal): -11197123 or 4007253. OLE color: 4007253.

HSL color Cylindrical-coordinate representation of color #55253D: hue angle of 330º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55253D is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 37 61 -
CMYK 0 0.56 0.28 0.67
HSL 330º 0.39% 0.24% -
HSV(B) 330º 0.56% 0.33% -
XYZ 5.25 3.59 4.83 -
YUV 54.09 131.9 150.05 -
System Red Green Blue C M Y K H S L
Decimal 85 37 61 0 0.56 0.28 0.67 330 0.39 0.24
Hex 55 25 3D 0 38 1C 43 14A 27 18
Octal 125 45 75 0 70 34 103 512 47 30
Binary 1010101 100101 111101 0 111000 11100 1000011 101001010 100111 11000

Color Harmonies of #55253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55253D

Black with #55253D

Text Example


Text Example

White with #55253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,37,61); }

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

background-color css

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

 a { background-color: rgb(85,37,61); }

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

border-color css

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

 span { border-color: rgb(85,37,61); }

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