Html Css Color HEX #741429 Red Berry

📋 copy color: '#741429'

red 116 ◦ green 20 ◦ blue 41

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

Shades of Red Berry #741429

Tints of Red Berry #741429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.3%

 BLUE value IS 41 (16.41% from 255) = 23.16%

R = 65.54%
G = 11.3%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#741429 (or 0x741429) is known color: Red Berry. HEX triplet: 74, 14 and 29. RGB value is (116,20,41). Sum of RGB (Red+Green+Blue) = 116+20+41=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #741429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741429 is #8BEBD6. Grayscale: #333333. Windows color (decimal): -9169879 or 2692212. OLE color: 2692212.

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

Color convert

RGB 116 20 41 -
CMYK 0 0.83 0.65 0.55
HSL 346.88º 0.71% 0.27% -
HSV(B) 346.88º 0.83% 0.45% -
XYZ 7.85 4.37 2.53 -
YUV 51.1 122.3 174.29 -
System Red Green Blue C M Y K H S L
Decimal 116 20 41 0 0.83 0.65 0.55 346.88 0.71 0.27
Hex 74 14 29 0 53 41 37 15B 47 1B
Octal 164 24 51 0 123 101 67 533 107 33
Binary 1110100 10100 101001 0 1010011 1000001 110111 101011011 1000111 11011

Color Harmonies of #741429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741429

Black with #741429

Text Example


Text Example

White with #741429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741429; }

 p { color: rgb(116,20,41); }

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

background-color css

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

 a { background-color: rgb(116,20,41); }

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

border-color css

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

 span { border-color: rgb(116,20,41); }

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