Html Css Color HEX #741721 Red Berry

📋 copy color: '#741721'

red 116 ◦ green 23 ◦ blue 33

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

Shades of Red Berry #741721

Tints of Red Berry #741721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.37%

 BLUE value IS 33 (13.28% from 255) = 19.19%

R = 67.44%
G = 13.37%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#741721 (or 0x741721) is known color: Red Berry. HEX triplet: 74, 17 and 21. RGB value is (116,23,33). Sum of RGB (Red+Green+Blue) = 116+23+33=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #741721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741721 is #8BE8DE. Grayscale: #343434. Windows color (decimal): -9169119 or 2168692. OLE color: 2168692.

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

Color convert

RGB 116 23 33 -
CMYK 0 0.80 0.72 0.55
HSL 353.55º 0.67% 0.27% -
HSV(B) 353.55º 0.8% 0.45% -
XYZ 7.78 4.44 1.88 -
YUV 51.95 117.31 173.69 -
System Red Green Blue C M Y K H S L
Decimal 116 23 33 0 0.80 0.72 0.55 353.55 0.67 0.27
Hex 74 17 21 0 50 48 37 162 43 1B
Octal 164 27 41 0 120 110 67 542 103 33
Binary 1110100 10111 100001 0 1010000 1001000 110111 101100010 1000011 11011

Color Harmonies of #741721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741721

Black with #741721

Text Example


Text Example

White with #741721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741721; }

 p { color: rgb(116,23,33); }

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

background-color css

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

 a { background-color: rgb(116,23,33); }

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

border-color css

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

 span { border-color: rgb(116,23,33); }

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