Html Css Color HEX #582B40 Barossa

📋 copy color: '#582B40'

red 88 ◦ green 43 ◦ blue 64

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

Shades of Barossa #582B40

Tints of Barossa #582B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.82%

R = 45.13%
G = 22.05%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#582B40 (or 0x582B40) is known color: Barossa. HEX triplet: 58, 2B and 40. RGB value is (88,43,64). Sum of RGB (Red+Green+Blue) = 88+43+64=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #582B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582B40 is #A7D4BF. Grayscale: #3A3A3A. Windows color (decimal): -10998976 or 4205400. OLE color: 4205400.

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

Color convert

RGB 88 43 64 -
CMYK 0 0.51 0.27 0.65
HSL 332º 0.34% 0.26% -
HSV(B) 332º 0.51% 0.35% -
XYZ 5.81 4.17 5.35 -
YUV 58.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 88 43 64 0 0.51 0.27 0.65 332 0.34 0.26
Hex 58 2B 40 0 33 1B 41 14C 22 1A
Octal 130 53 100 0 63 33 101 514 42 32
Binary 1011000 101011 1000000 0 110011 11011 1000001 101001100 100010 11010

Color Harmonies of #582B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B40

Black with #582B40

Text Example


Text Example

White with #582B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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