Html Css Color HEX #5F2829 Red Devil

📋 copy color: '#5F2829'

red 95 ◦ green 40 ◦ blue 41

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

Shades of Red Devil #5F2829

Tints of Red Devil #5F2829

RGB

 RED value IS 95 (37.5% from 255) = 53.98%

 GREEN value IS 40 (16.02% from 255) = 22.73%

 BLUE value IS 41 (16.41% from 255) = 23.3%

R = 53.98%
G = 22.73%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.63

RGB Variations

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

Color information

#5F2829 (or 0x5F2829) is known color: Red Devil. HEX triplet: 5F, 28 and 29. RGB value is (95,40,41). Sum of RGB (Red+Green+Blue) = 95+40+41=176 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.98% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2829 is #A0D7D6. Grayscale: #383838. Windows color (decimal): -10541015 or 2697311. OLE color: 2697311.

HSL color Cylindrical-coordinate representation of color #5F2829: hue angle of 358.91º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F2829 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 40 41 -
CMYK 0 0.58 0.57 0.63
HSL 358.91º 0.41% 0.26% -
HSV(B) 358.91º 0.58% 0.37% -
XYZ 5.88 4.11 2.58 -
YUV 56.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 95 40 41 0 0.58 0.57 0.63 358.91 0.41 0.26
Hex 5F 28 29 0 3A 39 3F 167 29 1A
Octal 137 50 51 0 72 71 77 547 51 32
Binary 1011111 101000 101001 0 111010 111001 111111 101100111 101001 11010

Color Harmonies of #5F2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2829

Black with #5F2829

Text Example


Text Example

White with #5F2829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F2829; }

 p { color: rgb(95,40,41); }

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

background-color css

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

 a { background-color: rgb(95,40,41); }

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

border-color css

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

 span { border-color: rgb(95,40,41); }

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