Html Css Color HEX #74152C Red Berry

📋 copy color: '#74152C'

red 116 ◦ green 21 ◦ blue 44

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

Shades of Red Berry #74152C

Tints of Red Berry #74152C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.6%

 BLUE value IS 44 (17.58% from 255) = 24.31%

R = 64.09%
G = 11.6%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#74152C (or 0x74152C) is known color: Red Berry. HEX triplet: 74, 15 and 2C. RGB value is (116,21,44). Sum of RGB (Red+Green+Blue) = 116+21+44=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #74152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74152C is #8BEAD3. Grayscale: #343434. Windows color (decimal): -9169620 or 2889076. OLE color: 2889076.

HSL color Cylindrical-coordinate representation of color #74152C: hue angle of 345.47º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74152C is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 21 44 -
CMYK 0 0.82 0.62 0.55
HSL 345.47º 0.69% 0.27% -
HSV(B) 345.47º 0.82% 0.45% -
XYZ 7.93 4.43 2.82 -
YUV 52.03 123.47 173.63 -
System Red Green Blue C M Y K H S L
Decimal 116 21 44 0 0.82 0.62 0.55 345.47 0.69 0.27
Hex 74 15 2C 0 52 3E 37 159 45 1B
Octal 164 25 54 0 122 76 67 531 105 33
Binary 1110100 10101 101100 0 1010010 111110 110111 101011001 1000101 11011

Color Harmonies of #74152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74152C

Black with #74152C

Text Example


Text Example

White with #74152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74152C; }

 p { color: rgb(116,21,44); }

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

background-color css

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

 a { background-color: rgb(116,21,44); }

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

border-color css

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

 span { border-color: rgb(116,21,44); }

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