Html Css Color HEX #741029 Red Berry

📋 copy color: '#741029'

red 116 ◦ green 16 ◦ blue 41

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

Shades of Red Berry #741029

Tints of Red Berry #741029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.25%

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

R = 67.05%
G = 9.25%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#741029 (or 0x741029) is known color: Red Berry. HEX triplet: 74, 10 and 29. RGB value is (116,16,41). Sum of RGB (Red+Green+Blue) = 116+16+41=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #741029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741029 is #8BEFD6. Grayscale: #303030. Windows color (decimal): -9170903 or 2691188. OLE color: 2691188.

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

Color convert

RGB 116 16 41 -
CMYK 0 0.86 0.65 0.55
HSL 345º 0.76% 0.26% -
HSV(B) 345º 0.86% 0.45% -
XYZ 7.79 4.24 2.51 -
YUV 48.75 123.63 175.97 -
System Red Green Blue C M Y K H S L
Decimal 116 16 41 0 0.86 0.65 0.55 345 0.76 0.26
Hex 74 10 29 0 56 41 37 159 4C 1A
Octal 164 20 51 0 126 101 67 531 114 32
Binary 1110100 10000 101001 0 1010110 1000001 110111 101011001 1001100 11010

Color Harmonies of #741029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741029

Black with #741029

Text Example


Text Example

White with #741029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741029; }

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

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

background-color css

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

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

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

border-color css

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

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

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