#76242A

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

Shades of Red Berry #76242A

Tints of Red Berry #76242A

Color information

#76242A (or 0x76242A) is unknown color: approx Red Berry. HEX triplet: 76, 24 and 2A. RGB value is (118,36,42). Sum of RGB (Red+Green+Blue) = 118+36+42=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76242A is #89DBD5. Grayscale: #3D3D3D. Windows color (decimal): -9034710 or 2761846. OLE color: 2761846.

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

Color convert

RGB1183642-
CMYK00.690.640.54
HSL355.61º53.25%30.2%-
HSV(B)355.61º69.49%46.27%-
XYZ8.525.282.76-
YUV61.2117.17168.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 42 (16.80% from 255) = 21.43%
R=60.20%
G=18.37%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118364200.690.640.54355.6153.2530.2
Hex76242A0454036164351e
Octal16644520105100665446536
Binary111011010010010101001000101100000011011010110010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,36,42); }

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

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

 a { background-color: rgb(118,36,42); }

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

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

 span { border-color: rgb(118,36,42); }

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