Html Css Color HEX #741626 Red Berry

📋 copy color: '#741626'

red 116 ◦ green 22 ◦ blue 38

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

Shades of Red Berry #741626

Tints of Red Berry #741626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.5%

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

R = 65.91%
G = 12.5%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#741626 (or 0x741626) is known color: Red Berry. HEX triplet: 74, 16 and 26. RGB value is (116,22,38). Sum of RGB (Red+Green+Blue) = 116+22+38=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #741626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741626 is #8BE9D9. Grayscale: #333333. Windows color (decimal): -9169370 or 2496116. OLE color: 2496116.

HSL color Cylindrical-coordinate representation of color #741626: hue angle of 349.79º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #741626 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 22 38 -
CMYK 0 0.81 0.67 0.55
HSL 349.79º 0.68% 0.27% -
HSV(B) 349.79º 0.81% 0.45% -
XYZ 7.84 4.43 2.28 -
YUV 51.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 116 22 38 0 0.81 0.67 0.55 349.79 0.68 0.27
Hex 74 16 26 0 51 43 37 15E 44 1B
Octal 164 26 46 0 121 103 67 536 104 33
Binary 1110100 10110 100110 0 1010001 1000011 110111 101011110 1000100 11011

Color Harmonies of #741626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741626

Black with #741626

Text Example


Text Example

White with #741626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741626; }

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

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

background-color css

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

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

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

border-color css

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

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

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