Html Css Color HEX #741020 Red Berry

📋 copy color: '#741020'

red 116 ◦ green 16 ◦ blue 32

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

Shades of Red Berry #741020

Tints of Red Berry #741020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.51%

R = 70.73%
G = 9.76%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#741020 (or 0x741020) is known color: Red Berry. HEX triplet: 74, 10 and 20. RGB value is (116,16,32). Sum of RGB (Red+Green+Blue) = 116+16+32=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #741020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741020 is #8BEFDF. Grayscale: #2F2F2F. Windows color (decimal): -9170912 or 2101364. OLE color: 2101364.

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

Color convert

RGB 116 16 32 -
CMYK 0 0.86 0.72 0.55
HSL 350.4º 0.76% 0.26% -
HSV(B) 350.4º 0.86% 0.45% -
XYZ 7.65 4.19 1.77 -
YUV 47.72 119.13 176.7 -
System Red Green Blue C M Y K H S L
Decimal 116 16 32 0 0.86 0.72 0.55 350.4 0.76 0.26
Hex 74 10 20 0 56 48 37 15E 4C 1A
Octal 164 20 40 0 126 110 67 536 114 32
Binary 1110100 10000 100000 0 1010110 1001000 110111 101011110 1001100 11010

Color Harmonies of #741020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741020

Black with #741020

Text Example


Text Example

White with #741020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741020; }

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

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

background-color css

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

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

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

border-color css

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

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

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