Html Css Color HEX #61272B Red Devil

📋 copy color: '#61272B'

red 97 ◦ green 39 ◦ blue 43

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

Shades of Red Devil #61272B

Tints of Red Devil #61272B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.79%

 BLUE value IS 43 (17.19% from 255) = 24.02%

R = 54.19%
G = 21.79%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#61272B (or 0x61272B) is known color: Red Devil. HEX triplet: 61, 27 and 2B. RGB value is (97,39,43). Sum of RGB (Red+Green+Blue) = 97+39+43=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #61272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61272B is #9ED8D4. Grayscale: #383838. Windows color (decimal): -10410197 or 2828129. OLE color: 2828129.

HSL color Cylindrical-coordinate representation of color #61272B: hue angle of 355.86º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61272B is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 39 43 -
CMYK 0 0.60 0.56 0.62
HSL 355.86º 0.43% 0.27% -
HSV(B) 355.86º 0.6% 0.38% -
XYZ 6.09 4.17 2.77 -
YUV 56.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 97 39 43 0 0.60 0.56 0.62 355.86 0.43 0.27
Hex 61 27 2B 0 3C 38 3E 164 2B 1B
Octal 141 47 53 0 74 70 76 544 53 33
Binary 1100001 100111 101011 0 111100 111000 111110 101100100 101011 11011

Color Harmonies of #61272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61272B

Black with #61272B

Text Example


Text Example

White with #61272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61272B; }

 p { color: rgb(97,39,43); }

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

background-color css

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

 a { background-color: rgb(97,39,43); }

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

border-color css

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

 span { border-color: rgb(97,39,43); }

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