Html Css Color HEX #582626 Red Oxide

📋 copy color: '#582626'

red 88 ◦ green 38 ◦ blue 38

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

Shades of Red Oxide #582626

Tints of Red Oxide #582626

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.17%

 BLUE value IS 38 (15.23% from 255) = 23.17%

R = 53.66%
G = 23.17%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#582626 (or 0x582626) is known color: Red Oxide. HEX triplet: 58, 26 and 26. RGB value is (88,38,38). Sum of RGB (Red+Green+Blue) = 88+38+38=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #582626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582626 is #A7D9D9. Grayscale: #343434. Windows color (decimal): -11000282 or 2500184. OLE color: 2500184.

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

Color convert

RGB 88 38 38 -
CMYK 0 0.57 0.57 0.65
HSL 0.4% 0.25% -
HSV(B) 0.57% 0.35% -
XYZ 5.07 3.6 2.26 -
YUV 52.95 119.57 153 -
System Red Green Blue C M Y K H S L
Decimal 88 38 38 0 0.57 0.57 0.65 0 0.4 0.25
Hex 58 26 26 0 39 39 41 0 28 19
Octal 130 46 46 0 71 71 101 0 50 31
Binary 1011000 100110 100110 0 111001 111001 1000001 0 101000 11001

Color Harmonies of #582626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582626

Black with #582626

Text Example


Text Example

White with #582626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582626; }

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

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

background-color css

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

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

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

border-color css

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

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

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