Html Css Color HEX #741520 Red Berry

📋 copy color: '#741520'

red 116 ◦ green 21 ◦ blue 32

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

Shades of Red Berry #741520

Tints of Red Berry #741520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.43%

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

R = 68.64%
G = 12.43%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#741520 (or 0x741520) is known color: Red Berry. HEX triplet: 74, 15 and 20. RGB value is (116,21,32). Sum of RGB (Red+Green+Blue) = 116+21+32=169 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.64% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 116 - color contains mainly: red. Hex color #741520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741520 is #8BEADF. Grayscale: #323232. Windows color (decimal): -9169632 or 2102644. OLE color: 2102644.

HSL color Cylindrical-coordinate representation of color #741520: hue angle of 353.05º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741520 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 21 32 -
CMYK 0 0.82 0.72 0.55
HSL 353.05º 0.69% 0.27% -
HSV(B) 353.05º 0.82% 0.45% -
XYZ 7.73 4.35 1.8 -
YUV 50.66 117.47 174.61 -
System Red Green Blue C M Y K H S L
Decimal 116 21 32 0 0.82 0.72 0.55 353.05 0.69 0.27
Hex 74 15 20 0 52 48 37 161 45 1B
Octal 164 25 40 0 122 110 67 541 105 33
Binary 1110100 10101 100000 0 1010010 1001000 110111 101100001 1000101 11011

Color Harmonies of #741520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741520

Black with #741520

Text Example


Text Example

White with #741520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741520; }

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

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

background-color css

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

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

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

border-color css

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

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

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