Html Css Color HEX #741014 Red Berry

📋 copy color: '#741014'

red 116 ◦ green 16 ◦ blue 20

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

Shades of Red Berry #741014

Tints of Red Berry #741014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.53%

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

R = 76.32%
G = 10.53%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#741014 (or 0x741014) is known color: Red Berry. HEX triplet: 74, 10 and 14. RGB value is (116,16,20). Sum of RGB (Red+Green+Blue) = 116+16+20=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #741014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741014 is #8BEFEB. Grayscale: #2E2E2E. Windows color (decimal): -9170924 or 1314932. OLE color: 1314932.

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

Color convert

RGB 116 16 20 -
CMYK 0 0.86 0.83 0.55
HSL 357.6º 0.76% 0.26% -
HSV(B) 357.6º 0.86% 0.45% -
XYZ 7.51 4.13 1.06 -
YUV 46.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 116 16 20 0 0.86 0.83 0.55 357.6 0.76 0.26
Hex 74 10 14 0 56 53 37 166 4C 1A
Octal 164 20 24 0 126 123 67 546 114 32
Binary 1110100 10000 10100 0 1010110 1010011 110111 101100110 1001100 11010

Color Harmonies of #741014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741014

Black with #741014

Text Example


Text Example

White with #741014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741014; }

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

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

background-color css

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

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

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

border-color css

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

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

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