Html Css Color HEX #581E1B Red Oxide

📋 copy color: '#581E1B'

red 88 ◦ green 30 ◦ blue 27

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

Shades of Red Oxide #581E1B

Tints of Red Oxide #581E1B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.69%

 BLUE value IS 27 (10.94% from 255) = 18.62%

R = 60.69%
G = 20.69%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#581E1B (or 0x581E1B) is known color: Red Oxide. HEX triplet: 58, 1E and 1B. RGB value is (88,30,27). Sum of RGB (Red+Green+Blue) = 88+30+27=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #581E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581E1B is #A7E1E4. Grayscale: #2F2F2F. Windows color (decimal): -11002341 or 1777240. OLE color: 1777240.

HSL color Cylindrical-coordinate representation of color #581E1B: hue angle of 2.95º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #581E1B is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 30 27 -
CMYK 0 0.66 0.69 0.65
HSL 2.95º 0.53% 0.23% -
HSV(B) 2.95º 0.69% 0.35% -
XYZ 4.69 3.08 1.38 -
YUV 47 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 88 30 27 0 0.66 0.69 0.65 2.95 0.53 0.23
Hex 58 1E 1B 0 42 45 41 3 35 17
Octal 130 36 33 0 102 105 101 3 65 27
Binary 1011000 11110 11011 0 1000010 1000101 1000001 11 110101 10111

Color Harmonies of #581E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581E1B

Black with #581E1B

Text Example


Text Example

White with #581E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581E1B; }

 p { color: rgb(88,30,27); }

 H1.HeaderClassName
 {
   color: #581E1B;
 }
 .AnyTagClassName
 {
   color: #581E1B;
 }
</style>

background-color css

<style>
 a { background-color: #581E1B; }

 a { background-color: rgb(88,30,27); }

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

border-color css

<style>
 span { border-color: #581E1B; }

 span { border-color: rgb(88,30,27); }

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