Html Css Color HEX #761226 Red Berry

📋 copy color: '#761226'

red 118 ◦ green 18 ◦ blue 38

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

Shades of Red Berry #761226

Tints of Red Berry #761226

RGB

 RED value IS 118 (46.48% from 255) = 67.82%

 GREEN value IS 18 (7.42% from 255) = 10.34%

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

R = 67.82%
G = 10.34%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#761226 (or 0x761226) is known color: Red Berry. HEX triplet: 76, 12 and 26. RGB value is (118,18,38). Sum of RGB (Red+Green+Blue) = 118+18+38=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #761226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761226 is #89EDD9. Grayscale: #323232. Windows color (decimal): -9039322 or 2495094. OLE color: 2495094.

HSL color Cylindrical-coordinate representation of color #761226: hue angle of 348º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761226 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 18 38 -
CMYK 0 0.85 0.68 0.54
HSL 348º 0.74% 0.27% -
HSV(B) 348º 0.85% 0.46% -
XYZ 8.04 4.42 2.26 -
YUV 50.18 121.13 176.37 -
System Red Green Blue C M Y K H S L
Decimal 118 18 38 0 0.85 0.68 0.54 348 0.74 0.27
Hex 76 12 26 0 55 44 36 15C 4A 1B
Octal 166 22 46 0 125 104 66 534 112 33
Binary 1110110 10010 100110 0 1010101 1000100 110110 101011100 1001010 11011

Color Harmonies of #761226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761226

Black with #761226

Text Example


Text Example

White with #761226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761226; }

 p { color: rgb(118,18,38); }

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

background-color css

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

 a { background-color: rgb(118,18,38); }

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

border-color css

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

 span { border-color: rgb(118,18,38); }

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