Html Css Color HEX #742129 Red Berry

📋 copy color: '#742129'

red 116 ◦ green 33 ◦ blue 41

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

Shades of Red Berry #742129

Tints of Red Berry #742129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.37%

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

R = 61.05%
G = 17.37%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#742129 (or 0x742129) is known color: Red Berry. HEX triplet: 74, 21 and 29. RGB value is (116,33,41). Sum of RGB (Red+Green+Blue) = 116+33+41=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #742129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742129 is #8BDED6. Grayscale: #3A3A3A. Windows color (decimal): -9166551 or 2695540. OLE color: 2695540.

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

Color convert

RGB 116 33 41 -
CMYK 0 0.72 0.65 0.55
HSL 354.22º 0.56% 0.29% -
HSV(B) 354.22º 0.72% 0.45% -
XYZ 8.15 4.96 2.63 -
YUV 58.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 116 33 41 0 0.72 0.65 0.55 354.22 0.56 0.29
Hex 74 21 29 0 48 41 37 162 38 1D
Octal 164 41 51 0 110 101 67 542 70 35
Binary 1110100 100001 101001 0 1001000 1000001 110111 101100010 111000 11101

Color Harmonies of #742129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742129

Black with #742129

Text Example


Text Example

White with #742129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742129; }

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

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

background-color css

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

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

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

border-color css

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

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

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