#762123

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

Shades of Red Berry #762123

Tints of Red Berry #762123

Color information

#762123 (or 0x762123) is unknown color: approx Red Berry. HEX triplet: 76, 21 and 23. RGB value is (118,33,35). Sum of RGB (Red+Green+Blue) = 118+33+35=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #762123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762123 is #89DEDC. Grayscale: #3A3A3A. Windows color (decimal): -9035485 or 2302326. OLE color: 2302326.

HSL color Cylindrical-coordinate representation of color #762123: hue angle of 358.59º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762123 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB1183335-
CMYK00.720.700.54
HSL358.59º56.29%29.61%-
HSV(B)358.59º72.03%46.27%-
XYZ8.325.062.13-
YUV58.64114.66170.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.44%
GREEN value IS 33 (13.28% from 255) = 17.74%
BLUE value IS 35 (14.06% from 255) = 18.82%
R=63.44%
G=17.74%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118333500.720.700.54358.5956.2929.61
Hex7621230484636167381e
Octal16641430110106665477036
Binary111011010000110001101001000100011011011010110011111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762123; }

 p { color: rgb(118,33,35); }

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

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

 a { background-color: rgb(118,33,35); }

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

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

 span { border-color: rgb(118,33,35); }

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