Html Css Color HEX #4F1A1B Burnt Crimson

📋 copy color: '#4F1A1B'

red 79 ◦ green 26 ◦ blue 27

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

Shades of Burnt Crimson #4F1A1B

Tints of Burnt Crimson #4F1A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.45%

R = 59.85%
G = 19.7%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#4F1A1B (or 0x4F1A1B) is known color: Burnt Crimson. HEX triplet: 4F, 1A and 1B. RGB value is (79,26,27). Sum of RGB (Red+Green+Blue) = 79+26+27=132 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.85% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1A1B is #B0E5E4. Grayscale: #2A2A2A. Windows color (decimal): -11593189 or 1776207. OLE color: 1776207.

HSL color Cylindrical-coordinate representation of color #4F1A1B: hue angle of 358.87º 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 #4F1A1B is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 26 27 -
CMYK 0 0.67 0.66 0.69
HSL 358.87º 0.5% 0.21% -
HSV(B) 358.87º 0.67% 0.31% -
XYZ 3.79 2.48 1.32 -
YUV 41.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 79 26 27 0 0.67 0.66 0.69 358.87 0.5 0.21
Hex 4F 1A 1B 0 43 42 45 167 32 15
Octal 117 32 33 0 103 102 105 547 62 25
Binary 1001111 11010 11011 0 1000011 1000010 1000101 101100111 110010 10101

Color Harmonies of #4F1A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1A1B

Black with #4F1A1B

Text Example


Text Example

White with #4F1A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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