Html Css Color HEX #581515 Red Oxide

📋 copy color: '#581515'

red 88 ◦ green 21 ◦ blue 21

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

Shades of Red Oxide #581515

Tints of Red Oxide #581515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.15%

 BLUE value IS 21 (8.59% from 255) = 16.15%

R = 67.69%
G = 16.15%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#581515 (or 0x581515) is known color: Red Oxide. HEX triplet: 58, 15 and 15. RGB value is (88,21,21). Sum of RGB (Red+Green+Blue) = 88+21+21=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #581515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581515 is #A7EAEA. Grayscale: #292929. Windows color (decimal): -11004651 or 1381720. OLE color: 1381720.

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

Color convert

RGB 88 21 21 -
CMYK 0 0.76 0.76 0.65
HSL 0.61% 0.21% -
HSV(B) 0.76% 0.35% -
XYZ 4.43 2.67 0.99 -
YUV 41.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 88 21 21 0 0.76 0.76 0.65 0 0.61 0.21
Hex 58 15 15 0 4C 4C 41 0 3D 15
Octal 130 25 25 0 114 114 101 0 75 25
Binary 1011000 10101 10101 0 1001100 1001100 1000001 0 111101 10101

Color Harmonies of #581515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581515

Black with #581515

Text Example


Text Example

White with #581515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581515; }

 p { color: rgb(88,21,21); }

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

background-color css

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

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

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

border-color css

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

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

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