Html Css Color HEX #74151E Red Berry

📋 copy color: '#74151E'

red 116 ◦ green 21 ◦ blue 30

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

Shades of Red Berry #74151E

Tints of Red Berry #74151E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.96%

R = 69.46%
G = 12.57%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#74151E (or 0x74151E) is known color: Red Berry. HEX triplet: 74, 15 and 1E. RGB value is (116,21,30). Sum of RGB (Red+Green+Blue) = 116+21+30=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #74151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74151E is #8BEAE1. Grayscale: #323232. Windows color (decimal): -9169634 or 1971572. OLE color: 1971572.

HSL color Cylindrical-coordinate representation of color #74151E: hue angle of 354.32º 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 #74151E is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 21 30 -
CMYK 0 0.82 0.74 0.55
HSL 354.32º 0.69% 0.27% -
HSV(B) 354.32º 0.82% 0.45% -
XYZ 7.7 4.34 1.66 -
YUV 50.43 116.47 174.77 -
System Red Green Blue C M Y K H S L
Decimal 116 21 30 0 0.82 0.74 0.55 354.32 0.69 0.27
Hex 74 15 1E 0 52 4A 37 162 45 1B
Octal 164 25 36 0 122 112 67 542 105 33
Binary 1110100 10101 11110 0 1010010 1001010 110111 101100010 1000101 11011

Color Harmonies of #74151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74151E

Black with #74151E

Text Example


Text Example

White with #74151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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