Html Css Color HEX #741426 Red Berry

📋 copy color: '#741426'

red 116 ◦ green 20 ◦ blue 38

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

Shades of Red Berry #741426

Tints of Red Berry #741426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.49%

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

R = 66.67%
G = 11.49%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#741426 (or 0x741426) is known color: Red Berry. HEX triplet: 74, 14 and 26. RGB value is (116,20,38). Sum of RGB (Red+Green+Blue) = 116+20+38=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #741426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741426 is #8BEBD9. Grayscale: #323232. Windows color (decimal): -9169882 or 2495604. OLE color: 2495604.

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

Color convert

RGB 116 20 38 -
CMYK 0 0.83 0.67 0.55
HSL 348.75º 0.71% 0.27% -
HSV(B) 348.75º 0.83% 0.45% -
XYZ 7.8 4.35 2.26 -
YUV 50.76 120.8 174.54 -
System Red Green Blue C M Y K H S L
Decimal 116 20 38 0 0.83 0.67 0.55 348.75 0.71 0.27
Hex 74 14 26 0 53 43 37 15D 47 1B
Octal 164 24 46 0 123 103 67 535 107 33
Binary 1110100 10100 100110 0 1010011 1000011 110111 101011101 1000111 11011

Color Harmonies of #741426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741426

Black with #741426

Text Example


Text Example

White with #741426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741426; }

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

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

background-color css

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

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

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

border-color css

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

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

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