Html Css Color HEX #741F29 Red Berry

📋 copy color: '#741F29'

red 116 ◦ green 31 ◦ blue 41

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

Shades of Red Berry #741F29

Tints of Red Berry #741F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.49%

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

R = 61.7%
G = 16.49%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#741F29 (or 0x741F29) is known color: Red Berry. HEX triplet: 74, 1F and 29. RGB value is (116,31,41). Sum of RGB (Red+Green+Blue) = 116+31+41=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #741F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741F29 is #8BE0D6. Grayscale: #393939. Windows color (decimal): -9167063 or 2695028. OLE color: 2695028.

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

Color convert

RGB 116 31 41 -
CMYK 0 0.73 0.65 0.55
HSL 352.94º 0.58% 0.29% -
HSV(B) 352.94º 0.73% 0.45% -
XYZ 8.09 4.85 2.61 -
YUV 57.56 118.66 169.69 -
System Red Green Blue C M Y K H S L
Decimal 116 31 41 0 0.73 0.65 0.55 352.94 0.58 0.29
Hex 74 1F 29 0 49 41 37 161 3A 1D
Octal 164 37 51 0 111 101 67 541 72 35
Binary 1110100 11111 101001 0 1001001 1000001 110111 101100001 111010 11101

Color Harmonies of #741F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741F29

Black with #741F29

Text Example


Text Example

White with #741F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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