Html Css Color HEX #74171F Red Berry

📋 copy color: '#74171F'

red 116 ◦ green 23 ◦ blue 31

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

Shades of Red Berry #74171F

Tints of Red Berry #74171F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.53%

 BLUE value IS 31 (12.5% from 255) = 18.24%

R = 68.24%
G = 13.53%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#74171F (or 0x74171F) is known color: Red Berry. HEX triplet: 74, 17 and 1F. RGB value is (116,23,31). Sum of RGB (Red+Green+Blue) = 116+23+31=170 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.24% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 116 - color contains mainly: red. Hex color #74171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74171F is #8BE8E0. Grayscale: #333333. Windows color (decimal): -9169121 or 2037620. OLE color: 2037620.

HSL color Cylindrical-coordinate representation of color #74171F: hue angle of 354.84º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74171F is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 23 31 -
CMYK 0 0.80 0.73 0.55
HSL 354.84º 0.67% 0.27% -
HSV(B) 354.84º 0.8% 0.45% -
XYZ 7.76 4.42 1.74 -
YUV 51.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 116 23 31 0 0.80 0.73 0.55 354.84 0.67 0.27
Hex 74 17 1F 0 50 49 37 163 43 1B
Octal 164 27 37 0 120 111 67 543 103 33
Binary 1110100 10111 11111 0 1010000 1001001 110111 101100011 1000011 11011

Color Harmonies of #74171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74171F

Black with #74171F

Text Example


Text Example

White with #74171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74171F; }

 p { color: rgb(116,23,31); }

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

background-color css

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

 a { background-color: rgb(116,23,31); }

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

border-color css

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

 span { border-color: rgb(116,23,31); }

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