Html Css Color HEX #76232A Red Berry

📋 copy color: '#76232A'

red 118 ◦ green 35 ◦ blue 42

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

Shades of Red Berry #76232A

Tints of Red Berry #76232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.95%

 BLUE value IS 42 (16.8% from 255) = 21.54%

R = 60.51%
G = 17.95%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76232A (or 0x76232A) is known color: Red Berry. HEX triplet: 76, 23 and 2A. RGB value is (118,35,42). Sum of RGB (Red+Green+Blue) = 118+35+42=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #76232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76232A is #89DCD5. Grayscale: #3C3C3C. Windows color (decimal): -9034966 or 2761590. OLE color: 2761590.

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

Color convert

RGB 118 35 42 -
CMYK 0 0.70 0.64 0.54
HSL 354.94º 0.54% 0.3% -
HSV(B) 354.94º 0.7% 0.46% -
XYZ 8.49 5.22 2.75 -
YUV 60.62 117.5 168.93 -
System Red Green Blue C M Y K H S L
Decimal 118 35 42 0 0.70 0.64 0.54 354.94 0.54 0.3
Hex 76 23 2A 0 46 40 36 163 36 1E
Octal 166 43 52 0 106 100 66 543 66 36
Binary 1110110 100011 101010 0 1000110 1000000 110110 101100011 110110 11110

Color Harmonies of #76232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76232A

Black with #76232A

Text Example


Text Example

White with #76232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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