Html Css Color HEX #552D42 Barossa

📋 copy color: '#552D42'

red 85 ◦ green 45 ◦ blue 66

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

Shades of Barossa #552D42

Tints of Barossa #552D42

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.96%

 BLUE value IS 66 (26.17% from 255) = 33.67%

R = 43.37%
G = 22.96%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#552D42 (or 0x552D42) is known color: Barossa. HEX triplet: 55, 2D and 42. RGB value is (85,45,66). Sum of RGB (Red+Green+Blue) = 85+45+66=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #552D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D42 is #AAD2BD. Grayscale: #3B3B3B. Windows color (decimal): -11195070 or 4336981. OLE color: 4336981.

HSL color Cylindrical-coordinate representation of color #552D42: hue angle of 328.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #552D42 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 45 66 -
CMYK 0 0.47 0.22 0.67
HSL 328.5º 0.31% 0.25% -
HSV(B) 328.5º 0.47% 0.33% -
XYZ 5.67 4.2 5.67 -
YUV 59.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 85 45 66 0 0.47 0.22 0.67 328.5 0.31 0.25
Hex 55 2D 42 0 2F 16 43 148 1F 19
Octal 125 55 102 0 57 26 103 510 37 31
Binary 1010101 101101 1000010 0 101111 10110 1000011 101001000 11111 11001

Color Harmonies of #552D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D42

Black with #552D42

Text Example


Text Example

White with #552D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552D42; }

 p { color: rgb(85,45,66); }

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

background-color css

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

 a { background-color: rgb(85,45,66); }

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

border-color css

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

 span { border-color: rgb(85,45,66); }

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