#751826

Color #751826 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #751826

Tints of Red Berry #751826

Color information

#751826 (or 0x751826) is unknown color: approx Red Berry. HEX triplet: 75, 18 and 26. RGB value is (117,24,38). Sum of RGB (Red+Green+Blue) = 117+24+38=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #751826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751826 is #8AE7D9. Grayscale: #353535. Windows color (decimal): -9103322 or 2496629. OLE color: 2496629.

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

Color convert

RGB1172438-
CMYK00.790.680.54
HSL350.97º65.96%27.65%-
HSV(B)350.97º79.49%45.88%-
XYZ8.014.582.29-
YUV53.4119.31173.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.36%
GREEN value IS 24 (9.77% from 255) = 13.41%
BLUE value IS 38 (15.23% from 255) = 21.23%
R=65.36%
G=13.41%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117243800.790.680.54350.9765.9627.65
Hex75182604F443615f421c
Octal165304601171046653710234
Binary111010111000100110010011111000100110110101011111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751826; }

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

 H1.HeaderClassName
 {
   color: #751826;
 }
 .AnyTagClassName
 {
   color: #751826;
 }
</style>
background-color css

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

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

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

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

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

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