Html Css Color HEX #582B41 Barossa

📋 copy color: '#582B41'

red 88 ◦ green 43 ◦ blue 65

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

Shades of Barossa #582B41

Tints of Barossa #582B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.16%

R = 44.9%
G = 21.94%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#582B41 (or 0x582B41) is known color: Barossa. HEX triplet: 58, 2B and 41. RGB value is (88,43,65). Sum of RGB (Red+Green+Blue) = 88+43+65=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #582B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582B41 is #A7D4BE. Grayscale: #3A3A3A. Windows color (decimal): -10998975 or 4270936. OLE color: 4270936.

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

Color convert

RGB 88 43 65 -
CMYK 0 0.51 0.26 0.65
HSL 330.67º 0.34% 0.26% -
HSV(B) 330.67º 0.51% 0.35% -
XYZ 5.84 4.18 5.5 -
YUV 58.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 88 43 65 0 0.51 0.26 0.65 330.67 0.34 0.26
Hex 58 2B 41 0 33 1A 41 14B 22 1A
Octal 130 53 101 0 63 32 101 513 42 32
Binary 1011000 101011 1000001 0 110011 11010 1000001 101001011 100010 11010

Color Harmonies of #582B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B41

Black with #582B41

Text Example


Text Example

White with #582B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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