Html Css Color HEX #581504 Red Oxide

📋 copy color: '#581504'

red 88 ◦ green 21 ◦ blue 4

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

Shades of Red Oxide #581504

Tints of Red Oxide #581504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.54%

R = 77.88%
G = 18.58%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#581504 (or 0x581504) is known color: Red Oxide. HEX triplet: 58, 15 and 04. RGB value is (88,21,4). Sum of RGB (Red+Green+Blue) = 88+21+4=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #581504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581504 is #A7EAFB. Grayscale: #272727. Windows color (decimal): -11004668 or 267608. OLE color: 267608.

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

Color convert

RGB 88 21 4 -
CMYK 0 0.76 0.95 0.65
HSL 12.14º 0.91% 0.18% -
HSV(B) 12.14º 0.95% 0.35% -
XYZ 4.31 2.62 0.39 -
YUV 39.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 88 21 4 0 0.76 0.95 0.65 12.14 0.91 0.18
Hex 58 15 4 0 4C 5F 41 C 5B 12
Octal 130 25 4 0 114 137 101 14 133 22
Binary 1011000 10101 100 0 1001100 1011111 1000001 1100 1011011 10010

Color Harmonies of #581504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581504

Black with #581504

Text Example


Text Example

White with #581504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581504; }

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

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

background-color css

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

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

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

border-color css

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

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

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