Html Css Color HEX #76242A Red Berry

📋 copy color: '#76242A'

red 118 ◦ green 36 ◦ blue 42

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

Shades of Red Berry #76242A

Tints of Red Berry #76242A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.37%

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

R = 60.2%
G = 18.37%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76242A (or 0x76242A) is known color: 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

RGB 118 36 42 -
CMYK 0 0.69 0.64 0.54
HSL 355.61º 0.53% 0.3% -
HSV(B) 355.61º 0.69% 0.46% -
XYZ 8.52 5.28 2.76 -
YUV 61.2 117.17 168.51 -
System Red Green Blue C M Y K H S L
Decimal 118 36 42 0 0.69 0.64 0.54 355.61 0.53 0.3
Hex 76 24 2A 0 45 40 36 164 35 1E
Octal 166 44 52 0 105 100 66 544 65 36
Binary 1110110 100100 101010 0 1000101 1000000 110110 101100100 110101 11110

Color Harmonies of #76242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76242A

Black with #76242A

Text Example


Text Example

White with #76242A

Text Example


Text Example

HTML Codes & Css Web 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>