Html Css Color HEX #552640 Barossa

📋 copy color: '#552640'

red 85 ◦ green 38 ◦ blue 64

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

Shades of Barossa #552640

Tints of Barossa #552640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.22%

R = 45.45%
G = 20.32%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#552640 (or 0x552640) is known color: Barossa. HEX triplet: 55, 26 and 40. RGB value is (85,38,64). Sum of RGB (Red+Green+Blue) = 85+38+64=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #552640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552640 is #AAD9BF. Grayscale: #363636. Windows color (decimal): -11196864 or 4204117. OLE color: 4204117.

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

Color convert

RGB 85 38 64 -
CMYK 0 0.55 0.25 0.67
HSL 326.81º 0.38% 0.24% -
HSV(B) 326.81º 0.55% 0.33% -
XYZ 5.36 3.69 5.28 -
YUV 55.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 85 38 64 0 0.55 0.25 0.67 326.81 0.38 0.24
Hex 55 26 40 0 37 19 43 147 26 18
Octal 125 46 100 0 67 31 103 507 46 30
Binary 1010101 100110 1000000 0 110111 11001 1000011 101000111 100110 11000

Color Harmonies of #552640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552640

Black with #552640

Text Example


Text Example

White with #552640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552640; }

 p { color: rgb(85,38,64); }

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

background-color css

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

 a { background-color: rgb(85,38,64); }

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

border-color css

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

 span { border-color: rgb(85,38,64); }

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