Html Css Color HEX #4F1A1C Burnt Crimson

📋 copy color: '#4F1A1C'

red 79 ◦ green 26 ◦ blue 28

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

Shades of Burnt Crimson #4F1A1C

Tints of Burnt Crimson #4F1A1C

RGB

 RED value IS 79 (31.25% from 255) = 59.4%

 GREEN value IS 26 (10.55% from 255) = 19.55%

 BLUE value IS 28 (11.33% from 255) = 21.05%

R = 59.4%
G = 19.55%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4F1A1C (or 0x4F1A1C) is known color: 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

RGB 79 26 28 -
CMYK 0 0.67 0.65 0.69
HSL 357.74º 0.5% 0.21% -
HSV(B) 357.74º 0.67% 0.31% -
XYZ 3.8 2.48 1.38 -
YUV 42.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 79 26 28 0 0.67 0.65 0.69 357.74 0.5 0.21
Hex 4F 1A 1C 0 43 41 45 166 32 15
Octal 117 32 34 0 103 101 105 546 62 25
Binary 1001111 11010 11100 0 1000011 1000001 1000101 101100110 110010 10101

Color Harmonies of #4F1A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1A1C

Black with #4F1A1C

Text Example


Text Example

White with #4F1A1C

Text Example


Text Example

HTML Codes & Css Web 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>