Html Css Color HEX #742527 Red Berry

📋 copy color: '#742527'

red 116 ◦ green 37 ◦ blue 39

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

Shades of Red Berry #742527

Tints of Red Berry #742527

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.27%

 BLUE value IS 39 (15.63% from 255) = 20.31%

R = 60.42%
G = 19.27%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#742527 (or 0x742527) is known color: Red Berry. HEX triplet: 74, 25 and 27. RGB value is (116,37,39). Sum of RGB (Red+Green+Blue) = 116+37+39=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #742527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742527 is #8BDAD8. Grayscale: #3C3C3C. Windows color (decimal): -9165529 or 2565492. OLE color: 2565492.

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

Color convert

RGB 116 37 39 -
CMYK 0 0.68 0.66 0.55
HSL 358.48º 0.52% 0.3% -
HSV(B) 358.48º 0.68% 0.45% -
XYZ 8.23 5.18 2.49 -
YUV 60.85 115.67 167.34 -
System Red Green Blue C M Y K H S L
Decimal 116 37 39 0 0.68 0.66 0.55 358.48 0.52 0.3
Hex 74 25 27 0 44 42 37 166 34 1E
Octal 164 45 47 0 104 102 67 546 64 36
Binary 1110100 100101 100111 0 1000100 1000010 110111 101100110 110100 11110

Color Harmonies of #742527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742527

Black with #742527

Text Example


Text Example

White with #742527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742527; }

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

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

background-color css

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

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

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

border-color css

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

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

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