Html Css Color HEX #582D42 Barossa

📋 copy color: '#582D42'

red 88 ◦ green 45 ◦ blue 66

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

Shades of Barossa #582D42

Tints of Barossa #582D42

RGB

 RED value IS 88 (34.77% from 255) = 44.22%

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

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

R = 44.22%
G = 22.61%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#582D42 (or 0x582D42) is known color: Barossa. HEX triplet: 58, 2D and 42. RGB value is (88,45,66). Sum of RGB (Red+Green+Blue) = 88+45+66=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #582D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D42 is #A7D2BD. Grayscale: #3C3C3C. Windows color (decimal): -10998462 or 4336984. OLE color: 4336984.

HSL color Cylindrical-coordinate representation of color #582D42: hue angle of 330.7º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #582D42 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 45 66 -
CMYK 0 0.49 0.25 0.65
HSL 330.7º 0.32% 0.26% -
HSV(B) 330.7º 0.49% 0.35% -
XYZ 5.95 4.34 5.68 -
YUV 60.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 88 45 66 0 0.49 0.25 0.65 330.7 0.32 0.26
Hex 58 2D 42 0 31 19 41 14B 20 1A
Octal 130 55 102 0 61 31 101 513 40 32
Binary 1011000 101101 1000010 0 110001 11001 1000001 101001011 100000 11010

Color Harmonies of #582D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582D42

Black with #582D42

Text Example


Text Example

White with #582D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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