Html Css Color HEX #581613 Red Oxide

📋 copy color: '#581613'

red 88 ◦ green 22 ◦ blue 19

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

Shades of Red Oxide #581613

Tints of Red Oxide #581613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.05%

 BLUE value IS 19 (7.81% from 255) = 14.73%

R = 68.22%
G = 17.05%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#581613 (or 0x581613) is known color: Red Oxide. HEX triplet: 58, 16 and 13. RGB value is (88,22,19). Sum of RGB (Red+Green+Blue) = 88+22+19=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #581613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581613 is #A7E9EC. Grayscale: #292929. Windows color (decimal): -11004397 or 1250904. OLE color: 1250904.

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

Color convert

RGB 88 22 19 -
CMYK 0 0.75 0.78 0.65
HSL 2.61º 0.64% 0.21% -
HSV(B) 2.61º 0.78% 0.35% -
XYZ 4.43 2.7 0.9 -
YUV 41.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 88 22 19 0 0.75 0.78 0.65 2.61 0.64 0.21
Hex 58 16 13 0 4B 4E 41 3 40 15
Octal 130 26 23 0 113 116 101 3 100 25
Binary 1011000 10110 10011 0 1001011 1001110 1000001 11 1000000 10101

Color Harmonies of #581613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581613

Black with #581613

Text Example


Text Example

White with #581613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581613; }

 p { color: rgb(88,22,19); }

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

background-color css

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

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

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

border-color css

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

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

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