Html Css Color HEX #741826 Red Berry

📋 copy color: '#741826'

red 116 ◦ green 24 ◦ blue 38

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

Shades of Red Berry #741826

Tints of Red Berry #741826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.48%

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

R = 65.17%
G = 13.48%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#741826 (or 0x741826) is known color: Red Berry. HEX triplet: 74, 18 and 26. RGB value is (116,24,38). Sum of RGB (Red+Green+Blue) = 116+24+38=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #741826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741826 is #8BE7D9. Grayscale: #353535. Windows color (decimal): -9168858 or 2496628. OLE color: 2496628.

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

Color convert

RGB 116 24 38 -
CMYK 0 0.79 0.67 0.55
HSL 350.87º 0.66% 0.27% -
HSV(B) 350.87º 0.79% 0.45% -
XYZ 7.88 4.51 2.29 -
YUV 53.1 119.48 172.86 -
System Red Green Blue C M Y K H S L
Decimal 116 24 38 0 0.79 0.67 0.55 350.87 0.66 0.27
Hex 74 18 26 0 4F 43 37 15F 42 1B
Octal 164 30 46 0 117 103 67 537 102 33
Binary 1110100 11000 100110 0 1001111 1000011 110111 101011111 1000010 11011

Color Harmonies of #741826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741826

Black with #741826

Text Example


Text Example

White with #741826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741826; }

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

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

background-color css

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

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

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

border-color css

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

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

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