Html Css Color HEX #741320 Red Berry

📋 copy color: '#741320'

red 116 ◦ green 19 ◦ blue 32

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

Shades of Red Berry #741320

Tints of Red Berry #741320

RGB

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

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

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

R = 69.46%
G = 11.38%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#741320 (or 0x741320) is known color: Red Berry. HEX triplet: 74, 13 and 20. RGB value is (116,19,32). Sum of RGB (Red+Green+Blue) = 116+19+32=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #741320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741320 is #8BECDF. Grayscale: #313131. Windows color (decimal): -9170144 or 2102132. OLE color: 2102132.

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

Color convert

RGB 116 19 32 -
CMYK 0 0.84 0.72 0.55
HSL 351.96º 0.72% 0.26% -
HSV(B) 351.96º 0.84% 0.45% -
XYZ 7.7 4.28 1.79 -
YUV 49.49 118.14 175.44 -
System Red Green Blue C M Y K H S L
Decimal 116 19 32 0 0.84 0.72 0.55 351.96 0.72 0.26
Hex 74 13 20 0 54 48 37 160 48 1A
Octal 164 23 40 0 124 110 67 540 110 32
Binary 1110100 10011 100000 0 1010100 1001000 110111 101100000 1001000 11010

Color Harmonies of #741320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741320

Black with #741320

Text Example


Text Example

White with #741320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741320; }

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

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

background-color css

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

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

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

border-color css

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

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

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