Html Css Color HEX #74172B Red Berry

📋 copy color: '#74172B'

red 116 ◦ green 23 ◦ blue 43

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

Shades of Red Berry #74172B

Tints of Red Berry #74172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.63%

R = 63.74%
G = 12.64%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#74172B (or 0x74172B) is known color: Red Berry. HEX triplet: 74, 17 and 2B. RGB value is (116,23,43). Sum of RGB (Red+Green+Blue) = 116+23+43=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #74172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74172B is #8BE8D4. Grayscale: #353535. Windows color (decimal): -9169109 or 2824052. OLE color: 2824052.

HSL color Cylindrical-coordinate representation of color #74172B: hue angle of 347.1º 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 #74172B is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 23 43 -
CMYK 0 0.80 0.63 0.55
HSL 347.1º 0.67% 0.27% -
HSV(B) 347.1º 0.8% 0.45% -
XYZ 7.94 4.5 2.74 -
YUV 53.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 116 23 43 0 0.80 0.63 0.55 347.1 0.67 0.27
Hex 74 17 2B 0 50 3F 37 15B 43 1B
Octal 164 27 53 0 120 77 67 533 103 33
Binary 1110100 10111 101011 0 1010000 111111 110111 101011011 1000011 11011

Color Harmonies of #74172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74172B

Black with #74172B

Text Example


Text Example

White with #74172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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