Html Css Color HEX #581A1A Red Oxide

📋 copy color: '#581A1A'

red 88 ◦ green 26 ◦ blue 26

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

Shades of Red Oxide #581A1A

Tints of Red Oxide #581A1A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.57%

 BLUE value IS 26 (10.55% from 255) = 18.57%

R = 62.86%
G = 18.57%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#581A1A (or 0x581A1A) is known color: Red Oxide. HEX triplet: 58, 1A and 1A. RGB value is (88,26,26). Sum of RGB (Red+Green+Blue) = 88+26+26=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #581A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A1A is #A7E5E5. Grayscale: #2C2C2C. Windows color (decimal): -11003366 or 1710680. OLE color: 1710680.

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

Color convert

RGB 88 26 26 -
CMYK 0 0.70 0.70 0.65
HSL 0.54% 0.22% -
HSV(B) 0.7% 0.35% -
XYZ 4.58 2.89 1.29 -
YUV 44.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 88 26 26 0 0.70 0.70 0.65 0 0.54 0.22
Hex 58 1A 1A 0 46 46 41 0 36 16
Octal 130 32 32 0 106 106 101 0 66 26
Binary 1011000 11010 11010 0 1000110 1000110 1000001 0 110110 10110

Color Harmonies of #581A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581A1A

Black with #581A1A

Text Example


Text Example

White with #581A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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