Html Css Color HEX #581B14 Red Oxide

📋 copy color: '#581B14'

red 88 ◦ green 27 ◦ blue 20

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

Shades of Red Oxide #581B14

Tints of Red Oxide #581B14

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20%

 BLUE value IS 20 (8.2% from 255) = 14.81%

R = 65.19%
G = 20%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#581B14 (or 0x581B14) is known color: Red Oxide. HEX triplet: 58, 1B and 14. RGB value is (88,27,20). Sum of RGB (Red+Green+Blue) = 88+27+20=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #581B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581B14 is #A7E4EB. Grayscale: #2C2C2C. Windows color (decimal): -11003116 or 1317720. OLE color: 1317720.

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

Color convert

RGB 88 27 20 -
CMYK 0 0.69 0.77 0.65
HSL 6.18º 0.63% 0.21% -
HSV(B) 6.18º 0.77% 0.35% -
XYZ 4.54 2.91 0.98 -
YUV 44.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 88 27 20 0 0.69 0.77 0.65 6.18 0.63 0.21
Hex 58 1B 14 0 45 4D 41 6 3F 15
Octal 130 33 24 0 105 115 101 6 77 25
Binary 1011000 11011 10100 0 1000101 1001101 1000001 110 111111 10101

Color Harmonies of #581B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B14

Black with #581B14

Text Example


Text Example

White with #581B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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