Html Css Color HEX #4F191A Burnt Crimson

📋 copy color: '#4F191A'

red 79 ◦ green 25 ◦ blue 26

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

Shades of Burnt Crimson #4F191A

Tints of Burnt Crimson #4F191A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.23%

 BLUE value IS 26 (10.55% from 255) = 20%

R = 60.77%
G = 19.23%
B = 20%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4F191A (or 0x4F191A) is known color: Burnt Crimson. HEX triplet: 4F, 19 and 1A. RGB value is (79,25,26). Sum of RGB (Red+Green+Blue) = 79+25+26=130 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.77% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 79 - color contains mainly: red. Hex color #4F191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F191A is #B0E6E5. Grayscale: #292929. Windows color (decimal): -11593446 or 1710415. OLE color: 1710415.

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

Color convert

RGB 79 25 26 -
CMYK 0 0.68 0.67 0.69
HSL 358.89º 0.52% 0.2% -
HSV(B) 358.89º 0.68% 0.31% -
XYZ 3.76 2.43 1.25 -
YUV 41.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 79 25 26 0 0.68 0.67 0.69 358.89 0.52 0.2
Hex 4F 19 1A 0 44 43 45 167 34 14
Octal 117 31 32 0 104 103 105 547 64 24
Binary 1001111 11001 11010 0 1000100 1000011 1000101 101100111 110100 10100

Color Harmonies of #4F191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F191A

Black with #4F191A

Text Example


Text Example

White with #4F191A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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