Html Css Color HEX #742029 Red Berry

📋 copy color: '#742029'

red 116 ◦ green 32 ◦ blue 41

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

Shades of Red Berry #742029

Tints of Red Berry #742029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.93%

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

R = 61.38%
G = 16.93%
B = 21.69%

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

#742029 (or 0x742029) is known color: Red Berry. HEX triplet: 74, 20 and 29. RGB value is (116,32,41). Sum of RGB (Red+Green+Blue) = 116+32+41=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #742029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742029 is #8BDFD6. Grayscale: #3A3A3A. Windows color (decimal): -9166807 or 2695284. OLE color: 2695284.

HSL color Cylindrical-coordinate representation of color #742029: hue angle of 353.57º degrees, saturation: 0.57, 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 #742029 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 41 -
CMYK 0 0.72 0.65 0.55
HSL 353.57º 0.57% 0.29% -
HSV(B) 353.57º 0.72% 0.45% -
XYZ 8.12 4.91 2.62 -
YUV 58.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 116 32 41 0 0.72 0.65 0.55 353.57 0.57 0.29
Hex 74 20 29 0 48 41 37 162 39 1D
Octal 164 40 51 0 110 101 67 542 71 35
Binary 1110100 100000 101001 0 1001000 1000001 110111 101100010 111001 11101

Color Harmonies of #742029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742029

Black with #742029

Text Example


Text Example

White with #742029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742029; }

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

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

background-color css

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

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

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

border-color css

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

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

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