Html Css Color HEX #741129 Red Berry

📋 copy color: '#741129'

red 116 ◦ green 17 ◦ blue 41

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

Shades of Red Berry #741129

Tints of Red Berry #741129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.77%

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

R = 66.67%
G = 9.77%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#741129 (or 0x741129) is known color: Red Berry. HEX triplet: 74, 11 and 29. RGB value is (116,17,41). Sum of RGB (Red+Green+Blue) = 116+17+41=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #741129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741129 is #8BEED6. Grayscale: #313131. Windows color (decimal): -9170647 or 2691444. OLE color: 2691444.

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

Color convert

RGB 116 17 41 -
CMYK 0 0.85 0.65 0.55
HSL 345.45º 0.74% 0.26% -
HSV(B) 345.45º 0.85% 0.45% -
XYZ 7.8 4.27 2.51 -
YUV 49.34 123.3 175.55 -
System Red Green Blue C M Y K H S L
Decimal 116 17 41 0 0.85 0.65 0.55 345.45 0.74 0.26
Hex 74 11 29 0 55 41 37 159 4A 1A
Octal 164 21 51 0 125 101 67 531 112 32
Binary 1110100 10001 101001 0 1010101 1000001 110111 101011001 1001010 11010

Color Harmonies of #741129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741129

Black with #741129

Text Example


Text Example

White with #741129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741129; }

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

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

background-color css

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

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

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

border-color css

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

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

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