Html Css Color HEX #741A20 Red Berry

📋 copy color: '#741A20'

red 116 ◦ green 26 ◦ blue 32

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

Shades of Red Berry #741A20

Tints of Red Berry #741A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.94%

 BLUE value IS 32 (12.89% from 255) = 18.39%

R = 66.67%
G = 14.94%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#741A20 (or 0x741A20) is known color: Red Berry. HEX triplet: 74, 1A and 20. RGB value is (116,26,32). Sum of RGB (Red+Green+Blue) = 116+26+32=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #741A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A20 is #8BE5DF. Grayscale: #353535. Windows color (decimal): -9168352 or 2103924. OLE color: 2103924.

HSL color Cylindrical-coordinate representation of color #741A20: hue angle of 356º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741A20 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 26 32 -
CMYK 0 0.78 0.72 0.55
HSL 356º 0.63% 0.28% -
HSV(B) 356º 0.78% 0.45% -
XYZ 7.83 4.56 1.83 -
YUV 53.59 115.82 172.51 -
System Red Green Blue C M Y K H S L
Decimal 116 26 32 0 0.78 0.72 0.55 356 0.63 0.28
Hex 74 1A 20 0 4E 48 37 164 3F 1C
Octal 164 32 40 0 116 110 67 544 77 34
Binary 1110100 11010 100000 0 1001110 1001000 110111 101100100 111111 11100

Color Harmonies of #741A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A20

Black with #741A20

Text Example


Text Example

White with #741A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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