Html Css Color HEX #741322 Red Berry

📋 copy color: '#741322'

red 116 ◦ green 19 ◦ blue 34

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

Shades of Red Berry #741322

Tints of Red Berry #741322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.12%

R = 68.64%
G = 11.24%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#741322 (or 0x741322) is known color: Red Berry. HEX triplet: 74, 13 and 22. RGB value is (116,19,34). Sum of RGB (Red+Green+Blue) = 116+19+34=169 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.64% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 116 - color contains mainly: red. Hex color #741322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741322 is #8BECDD. Grayscale: #313131. Windows color (decimal): -9170142 or 2233204. OLE color: 2233204.

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

Color convert

RGB 116 19 34 -
CMYK 0 0.84 0.71 0.55
HSL 350.72º 0.72% 0.26% -
HSV(B) 350.72º 0.84% 0.45% -
XYZ 7.72 4.29 1.94 -
YUV 49.71 119.14 175.28 -
System Red Green Blue C M Y K H S L
Decimal 116 19 34 0 0.84 0.71 0.55 350.72 0.72 0.26
Hex 74 13 22 0 54 47 37 15F 48 1A
Octal 164 23 42 0 124 107 67 537 110 32
Binary 1110100 10011 100010 0 1010100 1000111 110111 101011111 1001000 11010

Color Harmonies of #741322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741322

Black with #741322

Text Example


Text Example

White with #741322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741322; }

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

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

background-color css

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

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

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

border-color css

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

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

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