Html Css Color HEX #762425 Red Berry

📋 copy color: '#762425'

red 118 ◦ green 36 ◦ blue 37

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

Shades of Red Berry #762425

Tints of Red Berry #762425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.37%

R = 61.78%
G = 18.85%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#762425 (or 0x762425) is known color: Red Berry. HEX triplet: 76, 24 and 25. RGB value is (118,36,37). Sum of RGB (Red+Green+Blue) = 118+36+37=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #762425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762425 is #89DBDA. Grayscale: #3C3C3C. Windows color (decimal): -9034715 or 2434166. OLE color: 2434166.

HSL color Cylindrical-coordinate representation of color #762425: hue angle of 359.27º 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 #762425 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 36 37 -
CMYK 0 0.69 0.69 0.54
HSL 359.27º 0.53% 0.3% -
HSV(B) 359.27º 0.69% 0.46% -
XYZ 8.44 5.25 2.32 -
YUV 60.63 114.67 168.92 -
System Red Green Blue C M Y K H S L
Decimal 118 36 37 0 0.69 0.69 0.54 359.27 0.53 0.3
Hex 76 24 25 0 45 45 36 167 35 1E
Octal 166 44 45 0 105 105 66 547 65 36
Binary 1110110 100100 100101 0 1000101 1000101 110110 101100111 110101 11110

Color Harmonies of #762425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762425

Black with #762425

Text Example


Text Example

White with #762425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762425; }

 p { color: rgb(118,36,37); }

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

background-color css

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

 a { background-color: rgb(118,36,37); }

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

border-color css

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

 span { border-color: rgb(118,36,37); }

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