Html Css Color HEX #742429 Red Berry

📋 copy color: '#742429'

red 116 ◦ green 36 ◦ blue 41

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

Shades of Red Berry #742429

Tints of Red Berry #742429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.65%

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

R = 60.1%
G = 18.65%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#742429 (or 0x742429) is known color: Red Berry. HEX triplet: 74, 24 and 29. RGB value is (116,36,41). Sum of RGB (Red+Green+Blue) = 116+36+41=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #742429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742429 is #8BDBD6. Grayscale: #3C3C3C. Windows color (decimal): -9165783 or 2696308. OLE color: 2696308.

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

Color convert

RGB 116 36 41 -
CMYK 0 0.69 0.65 0.55
HSL 356.25º 0.53% 0.3% -
HSV(B) 356.25º 0.69% 0.45% -
XYZ 8.23 5.13 2.65 -
YUV 60.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 116 36 41 0 0.69 0.65 0.55 356.25 0.53 0.3
Hex 74 24 29 0 45 41 37 164 35 1E
Octal 164 44 51 0 105 101 67 544 65 36
Binary 1110100 100100 101001 0 1000101 1000001 110111 101100100 110101 11110

Color Harmonies of #742429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742429

Black with #742429

Text Example


Text Example

White with #742429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742429; }

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

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

background-color css

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

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

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

border-color css

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

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

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