Html Css Color HEX #612829 Red Devil

📋 copy color: '#612829'

red 97 ◦ green 40 ◦ blue 41

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

Shades of Red Devil #612829

Tints of Red Devil #612829

RGB

 RED value IS 97 (38.28% from 255) = 54.49%

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

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

R = 54.49%
G = 22.47%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#612829 (or 0x612829) is known color: Red Devil. HEX triplet: 61, 28 and 29. RGB value is (97,40,41). Sum of RGB (Red+Green+Blue) = 97+40+41=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #612829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612829 is #9ED7D6. Grayscale: #393939. Windows color (decimal): -10409943 or 2697313. OLE color: 2697313.

HSL color Cylindrical-coordinate representation of color #612829: hue angle of 358.95º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #612829 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 40 41 -
CMYK 0 0.59 0.58 0.62
HSL 358.95º 0.42% 0.27% -
HSV(B) 358.95º 0.59% 0.38% -
XYZ 6.09 4.22 2.59 -
YUV 57.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 97 40 41 0 0.59 0.58 0.62 358.95 0.42 0.27
Hex 61 28 29 0 3B 3A 3E 167 2A 1B
Octal 141 50 51 0 73 72 76 547 52 33
Binary 1100001 101000 101001 0 111011 111010 111110 101100111 101010 11011

Color Harmonies of #612829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612829

Black with #612829

Text Example


Text Example

White with #612829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612829; }

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

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

background-color css

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

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

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

border-color css

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

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

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