Html Css Color HEX #761622 Red Berry

📋 copy color: '#761622'

red 118 ◦ green 22 ◦ blue 34

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

Shades of Red Berry #761622

Tints of Red Berry #761622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.64%

 BLUE value IS 34 (13.67% from 255) = 19.54%

R = 67.82%
G = 12.64%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#761622 (or 0x761622) is known color: Red Berry. HEX triplet: 76, 16 and 22. RGB value is (118,22,34). Sum of RGB (Red+Green+Blue) = 118+22+34=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #761622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761622 is #89E9DD. Grayscale: #343434. Windows color (decimal): -9038302 or 2233974. OLE color: 2233974.

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

Color convert

RGB 118 22 34 -
CMYK 0 0.81 0.71 0.54
HSL 352.5º 0.69% 0.27% -
HSV(B) 352.5º 0.81% 0.46% -
XYZ 8.05 4.54 1.97 -
YUV 52.07 117.8 175.02 -
System Red Green Blue C M Y K H S L
Decimal 118 22 34 0 0.81 0.71 0.54 352.5 0.69 0.27
Hex 76 16 22 0 51 47 36 160 45 1B
Octal 166 26 42 0 121 107 66 540 105 33
Binary 1110110 10110 100010 0 1010001 1000111 110110 101100000 1000101 11011

Color Harmonies of #761622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761622

Black with #761622

Text Example


Text Example

White with #761622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761622; }

 p { color: rgb(118,22,34); }

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

background-color css

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

 a { background-color: rgb(118,22,34); }

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

border-color css

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

 span { border-color: rgb(118,22,34); }

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