#751A22

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

Shades of Red Berry #751A22

Tints of Red Berry #751A22

Color information

#751A22 (or 0x751A22) is unknown color: approx Red Berry. HEX triplet: 75, 1A and 22. RGB value is (117,26,34). Sum of RGB (Red+Green+Blue) = 117+26+34=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #751A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A22 is #8AE5DD. Grayscale: #363636. Windows color (decimal): -9102814 or 2234997. OLE color: 2234997.

HSL color Cylindrical-coordinate representation of color #751A22: hue angle of 354.73º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A22 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB1172634-
CMYK00.780.710.54
HSL354.73º63.64%28.04%-
HSV(B)354.73º77.78%45.88%-
XYZ7.994.641.99-
YUV54.12116.65172.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.10%
GREEN value IS 26 (10.55% from 255) = 14.69%
BLUE value IS 34 (13.67% from 255) = 19.21%
R=66.10%
G=14.69%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117263400.780.710.54354.7363.6428.04
Hex751A2204E4736163401c
Octal165324201161076654310034
Binary111010111010100010010011101000111110110101100011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751A22; }

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

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

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

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

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

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

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

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