#4F1A1C

Color #4F1A1C Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #4F1A1C

Tints of Burnt Crimson #4F1A1C

Color information

#4F1A1C (or 0x4F1A1C) is unknown color: approx Burnt Crimson. HEX triplet: 4F, 1A and 1C. RGB value is (79,26,28). Sum of RGB (Red+Green+Blue) = 79+26+28=133 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.40% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1A1C is #B0E5E3. Grayscale: #2A2A2A. Windows color (decimal): -11593188 or 1841743. OLE color: 1841743.

HSL color Cylindrical-coordinate representation of color #4F1A1C: hue angle of 357.74º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F1A1C is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB792628-
CMYK00.670.650.69
HSL357.74º50.48%20.59%-
HSV(B)357.74º67.09%30.98%-
XYZ3.82.481.38-
YUV42.08120.06154.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 59.40%
GREEN value IS 26 (10.55% from 255) = 19.55%
BLUE value IS 28 (11.33% from 255) = 21.05%
R=59.40%
G=19.55%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79262800.670.650.69357.7450.4820.59
Hex4F1A1C04341451663215
Octal117323401031011055466225
Binary10011111101011100010000111000001100010110110011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F1A1C; }

 p { color: rgb(79,26,28); }

 H1.HeaderClassName
 {
   color: #4F1A1C;
 }
 .AnyTagClassName
 {
   color: #4F1A1C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #4F1A1C;
 }
 .BgClassName
 {
   background-color: #4F1A1C;
 }
</style>
border-color css

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

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

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