Html Css Color HEX #741015 Red Berry

📋 copy color: '#741015'

red 116 ◦ green 16 ◦ blue 21

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

Shades of Red Berry #741015

Tints of Red Berry #741015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.73%

R = 75.82%
G = 10.46%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#741015 (or 0x741015) is known color: Red Berry. HEX triplet: 74, 10 and 15. RGB value is (116,16,21). Sum of RGB (Red+Green+Blue) = 116+16+21=153 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.82% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 116 - color contains mainly: red. Hex color #741015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741015 is #8BEFEA. Grayscale: #2E2E2E. Windows color (decimal): -9170923 or 1380468. OLE color: 1380468.

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

Color convert

RGB 116 16 21 -
CMYK 0 0.86 0.82 0.55
HSL 357º 0.76% 0.26% -
HSV(B) 357º 0.86% 0.45% -
XYZ 7.52 4.14 1.11 -
YUV 46.47 113.63 177.59 -
System Red Green Blue C M Y K H S L
Decimal 116 16 21 0 0.86 0.82 0.55 357 0.76 0.26
Hex 74 10 15 0 56 52 37 165 4C 1A
Octal 164 20 25 0 126 122 67 545 114 32
Binary 1110100 10000 10101 0 1010110 1010010 110111 101100101 1001100 11010

Color Harmonies of #741015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741015

Black with #741015

Text Example


Text Example

White with #741015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741015; }

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

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

background-color css

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

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

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

border-color css

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

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

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