Html Css Color HEX #741314 Red Berry

📋 copy color: '#741314'

red 116 ◦ green 19 ◦ blue 20

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

Shades of Red Berry #741314

Tints of Red Berry #741314

RGB

 RED value IS 116 (45.7% from 255) = 74.84%

 GREEN value IS 19 (7.81% from 255) = 12.26%

 BLUE value IS 20 (8.2% from 255) = 12.9%

R = 74.84%
G = 12.26%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#741314 (or 0x741314) is known color: Red Berry. HEX triplet: 74, 13 and 14. RGB value is (116,19,20). Sum of RGB (Red+Green+Blue) = 116+19+20=155 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.84% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 116 - color contains mainly: red. Hex color #741314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741314 is #8BECEB. Grayscale: #303030. Windows color (decimal): -9170156 or 1315700. OLE color: 1315700.

HSL color Cylindrical-coordinate representation of color #741314: hue angle of 359.38º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741314 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 19 20 -
CMYK 0 0.84 0.83 0.55
HSL 359.38º 0.72% 0.26% -
HSV(B) 359.38º 0.84% 0.45% -
XYZ 7.56 4.23 1.08 -
YUV 48.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 116 19 20 0 0.84 0.83 0.55 359.38 0.72 0.26
Hex 74 13 14 0 54 53 37 167 48 1A
Octal 164 23 24 0 124 123 67 547 110 32
Binary 1110100 10011 10100 0 1010100 1010011 110111 101100111 1001000 11010

Color Harmonies of #741314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741314

Black with #741314

Text Example


Text Example

White with #741314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741314; }

 p { color: rgb(116,19,20); }

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

background-color css

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

 a { background-color: rgb(116,19,20); }

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

border-color css

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

 span { border-color: rgb(116,19,20); }

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