Html Css Color HEX #582B42 Barossa

📋 copy color: '#582B42'

red 88 ◦ green 43 ◦ blue 66

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

Shades of Barossa #582B42

Tints of Barossa #582B42

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.83%

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

R = 44.67%
G = 21.83%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#582B42 (or 0x582B42) is known color: Barossa. HEX triplet: 58, 2B and 42. RGB value is (88,43,66). Sum of RGB (Red+Green+Blue) = 88+43+66=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #582B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582B42 is #A7D4BD. Grayscale: #3B3B3B. Windows color (decimal): -10998974 or 4336472. OLE color: 4336472.

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

Color convert

RGB 88 43 66 -
CMYK 0 0.51 0.25 0.65
HSL 329.33º 0.34% 0.26% -
HSV(B) 329.33º 0.51% 0.35% -
XYZ 5.87 4.2 5.65 -
YUV 59.08 131.91 148.63 -
System Red Green Blue C M Y K H S L
Decimal 88 43 66 0 0.51 0.25 0.65 329.33 0.34 0.26
Hex 58 2B 42 0 33 19 41 149 22 1A
Octal 130 53 102 0 63 31 101 511 42 32
Binary 1011000 101011 1000010 0 110011 11001 1000001 101001001 100010 11010

Color Harmonies of #582B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B42

Black with #582B42

Text Example


Text Example

White with #582B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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