Html Css Color HEX #741A26 Red Berry

📋 copy color: '#741A26'

red 116 ◦ green 26 ◦ blue 38

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

Shades of Red Berry #741A26

Tints of Red Berry #741A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.11%

R = 64.44%
G = 14.44%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#741A26 (or 0x741A26) is known color: Red Berry. HEX triplet: 74, 1A and 26. RGB value is (116,26,38). Sum of RGB (Red+Green+Blue) = 116+26+38=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #741A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A26 is #8BE5D9. Grayscale: #363636. Windows color (decimal): -9168346 or 2497140. OLE color: 2497140.

HSL color Cylindrical-coordinate representation of color #741A26: hue angle of 352º 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 #741A26 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 26 38 -
CMYK 0 0.78 0.67 0.55
HSL 352º 0.63% 0.28% -
HSV(B) 352º 0.78% 0.45% -
XYZ 7.92 4.59 2.3 -
YUV 54.28 118.82 172.02 -
System Red Green Blue C M Y K H S L
Decimal 116 26 38 0 0.78 0.67 0.55 352 0.63 0.28
Hex 74 1A 26 0 4E 43 37 160 3F 1C
Octal 164 32 46 0 116 103 67 540 77 34
Binary 1110100 11010 100110 0 1001110 1000011 110111 101100000 111111 11100

Color Harmonies of #741A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A26

Black with #741A26

Text Example


Text Example

White with #741A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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