Html Css Color HEX #741013 Red Berry

📋 copy color: '#741013'

red 116 ◦ green 16 ◦ blue 19

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

Shades of Red Berry #741013

Tints of Red Berry #741013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.58%

R = 76.82%
G = 10.6%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#741013 (or 0x741013) is known color: Red Berry. HEX triplet: 74, 10 and 13. RGB value is (116,16,19). Sum of RGB (Red+Green+Blue) = 116+16+19=151 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.82% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 116 - color contains mainly: red. Hex color #741013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741013 is #8BEFEC. Grayscale: #2E2E2E. Windows color (decimal): -9170925 or 1249396. OLE color: 1249396.

HSL color Cylindrical-coordinate representation of color #741013: hue angle of 358.2º 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 #741013 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 16 19 -
CMYK 0 0.86 0.84 0.55
HSL 358.2º 0.76% 0.26% -
HSV(B) 358.2º 0.86% 0.45% -
XYZ 7.51 4.13 1.02 -
YUV 46.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 116 16 19 0 0.86 0.84 0.55 358.2 0.76 0.26
Hex 74 10 13 0 56 54 37 166 4C 1A
Octal 164 20 23 0 126 124 67 546 114 32
Binary 1110100 10000 10011 0 1010110 1010100 110111 101100110 1001100 11010

Color Harmonies of #741013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741013

Black with #741013

Text Example


Text Example

White with #741013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741013; }

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

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

background-color css

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

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

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

border-color css

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

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

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