#75222A

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

Shades of Red Berry #75222A

Tints of Red Berry #75222A

Color information

#75222A (or 0x75222A) is unknown color: approx Red Berry. HEX triplet: 75, 22 and 2A. RGB value is (117,34,42). Sum of RGB (Red+Green+Blue) = 117+34+42=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #75222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75222A is #8ADDD5. Grayscale: #3B3B3B. Windows color (decimal): -9100758 or 2761333. OLE color: 2761333.

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

Color convert

RGB1173442-
CMYK00.710.640.54
HSL354.22º54.97%29.61%-
HSV(B)354.22º70.94%45.88%-
XYZ8.335.092.73-
YUV59.73118168.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.62%
GREEN value IS 34 (13.67% from 255) = 17.62%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=60.62%
G=17.62%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117344200.710.640.54354.2254.9729.61
Hex75222A0474036162371e
Octal16542520107100665426736
Binary111010110001010101001000111100000011011010110001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75222A; }

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

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

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

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

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

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

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

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