#751822

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

Shades of Red Berry #751822

Tints of Red Berry #751822

Color information

#751822 (or 0x751822) is unknown color: approx Red Berry. HEX triplet: 75, 18 and 22. RGB value is (117,24,34). Sum of RGB (Red+Green+Blue) = 117+24+34=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #751822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751822 is #8AE7DD. Grayscale: #353535. Windows color (decimal): -9103326 or 2234485. OLE color: 2234485.

HSL color Cylindrical-coordinate representation of color #751822: hue angle of 353.55º 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 #751822 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB1172434-
CMYK00.790.710.54
HSL353.55º65.96%27.65%-
HSV(B)353.55º79.49%45.88%-
XYZ7.954.551.97-
YUV52.95117.31173.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.86%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 34 (13.67% from 255) = 19.43%
R=66.86%
G=13.71%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117243400.790.710.54353.5565.9627.65
Hex75182204F4736162421c
Octal165304201171076654210234
Binary111010111000100010010011111000111110110101100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751822; }

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

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

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

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

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

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

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

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