Html Css Color HEX #582F44 Barossa

📋 copy color: '#582F44'

red 88 ◦ green 47 ◦ blue 68

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

Shades of Barossa #582F44

Tints of Barossa #582F44

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.15%

 BLUE value IS 68 (26.95% from 255) = 33.5%

R = 43.35%
G = 23.15%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#582F44 (or 0x582F44) is known color: Barossa. HEX triplet: 58, 2F and 44. RGB value is (88,47,68). Sum of RGB (Red+Green+Blue) = 88+47+68=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #582F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582F44 is #A7D0BB. Grayscale: #3D3D3D. Windows color (decimal): -10997948 or 4468568. OLE color: 4468568.

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

Color convert

RGB 88 47 68 -
CMYK 0 0.47 0.23 0.65
HSL 329.27º 0.3% 0.26% -
HSV(B) 329.27º 0.47% 0.35% -
XYZ 6.08 4.53 6.02 -
YUV 61.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 88 47 68 0 0.47 0.23 0.65 329.27 0.3 0.26
Hex 58 2F 44 0 2F 17 41 149 1E 1A
Octal 130 57 104 0 57 27 101 511 36 32
Binary 1011000 101111 1000100 0 101111 10111 1000001 101001001 11110 11010

Color Harmonies of #582F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F44

Black with #582F44

Text Example


Text Example

White with #582F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,47,68); }

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

background-color css

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

 a { background-color: rgb(88,47,68); }

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

border-color css

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

 span { border-color: rgb(88,47,68); }

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