Html Css Color HEX #742425 Red Berry

📋 copy color: '#742425'

red 116 ◦ green 36 ◦ blue 37

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

Shades of Red Berry #742425

Tints of Red Berry #742425

RGB

 RED value IS 116 (45.7% from 255) = 61.38%

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

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

R = 61.38%
G = 19.05%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#742425 (or 0x742425) is known color: Red Berry. HEX triplet: 74, 24 and 25. RGB value is (116,36,37). Sum of RGB (Red+Green+Blue) = 116+36+37=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #742425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742425 is #8BDBDA. Grayscale: #3C3C3C. Windows color (decimal): -9165787 or 2434164. OLE color: 2434164.

HSL color Cylindrical-coordinate representation of color #742425: hue angle of 359.25º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #742425 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 36 37 -
CMYK 0 0.69 0.68 0.55
HSL 359.25º 0.53% 0.3% -
HSV(B) 359.25º 0.69% 0.45% -
XYZ 8.17 5.11 2.31 -
YUV 60.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 116 36 37 0 0.69 0.68 0.55 359.25 0.53 0.3
Hex 74 24 25 0 45 44 37 167 35 1E
Octal 164 44 45 0 105 104 67 547 65 36
Binary 1110100 100100 100101 0 1000101 1000100 110111 101100111 110101 11110

Color Harmonies of #742425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742425

Black with #742425

Text Example


Text Example

White with #742425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742425; }

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

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

background-color css

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

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

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

border-color css

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

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

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