Html Css Color HEX #582D43 Barossa

📋 copy color: '#582D43'

red 88 ◦ green 45 ◦ blue 67

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

Shades of Barossa #582D43

Tints of Barossa #582D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 33.5%

R = 44%
G = 22.5%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#582D43 (or 0x582D43) is known color: Barossa. HEX triplet: 58, 2D and 43. RGB value is (88,45,67). Sum of RGB (Red+Green+Blue) = 88+45+67=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #582D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D43 is #A7D2BC. Grayscale: #3C3C3C. Windows color (decimal): -10998461 or 4402520. OLE color: 4402520.

HSL color Cylindrical-coordinate representation of color #582D43: hue angle of 329.3º 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 #582D43 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 45 67 -
CMYK 0 0.49 0.24 0.65
HSL 329.3º 0.32% 0.26% -
HSV(B) 329.3º 0.49% 0.35% -
XYZ 5.98 4.36 5.84 -
YUV 60.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 88 45 67 0 0.49 0.24 0.65 329.3 0.32 0.26
Hex 58 2D 43 0 31 18 41 149 20 1A
Octal 130 55 103 0 61 30 101 511 40 32
Binary 1011000 101101 1000011 0 110001 11000 1000001 101001001 100000 11010

Color Harmonies of #582D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582D43

Black with #582D43

Text Example


Text Example

White with #582D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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