Html Css Color HEX #761223 Red Berry

📋 copy color: '#761223'

red 118 ◦ green 18 ◦ blue 35

#761223
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #761223

Tints of Red Berry #761223

RGB

 RED value IS 118 (46.48% from 255) = 69.01%

 GREEN value IS 18 (7.42% from 255) = 10.53%

 BLUE value IS 35 (14.06% from 255) = 20.47%

R = 69.01%
G = 10.53%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#761223 (or 0x761223) is known color: Red Berry. HEX triplet: 76, 12 and 23. RGB value is (118,18,35). Sum of RGB (Red+Green+Blue) = 118+18+35=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #761223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761223 is #89EDDC. Grayscale: #313131. Windows color (decimal): -9039325 or 2298486. OLE color: 2298486.

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

Color convert

RGB 118 18 35 -
CMYK 0 0.85 0.70 0.54
HSL 349.8º 0.74% 0.27% -
HSV(B) 349.8º 0.85% 0.46% -
XYZ 7.99 4.41 2.02 -
YUV 49.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 118 18 35 0 0.85 0.70 0.54 349.8 0.74 0.27
Hex 76 12 23 0 55 46 36 15E 4A 1B
Octal 166 22 43 0 125 106 66 536 112 33
Binary 1110110 10010 100011 0 1010101 1000110 110110 101011110 1001010 11011

Color Harmonies of #761223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761223

Black with #761223

Text Example


Text Example

White with #761223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761223; }

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

 H1.HeaderClassName
 {
   color: #761223;
 }
 .AnyTagClassName
 {
   color: #761223;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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