Html Css Color HEX #74131F Red Berry

📋 copy color: '#74131F'

red 116 ◦ green 19 ◦ blue 31

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

Shades of Red Berry #74131F

Tints of Red Berry #74131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.45%

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

R = 69.88%
G = 11.45%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#74131F (or 0x74131F) is known color: Red Berry. HEX triplet: 74, 13 and 1F. RGB value is (116,19,31). Sum of RGB (Red+Green+Blue) = 116+19+31=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #74131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74131F is #8BECE0. Grayscale: #313131. Windows color (decimal): -9170145 or 2036596. OLE color: 2036596.

HSL color Cylindrical-coordinate representation of color #74131F: hue angle of 352.58º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74131F is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 19 31 -
CMYK 0 0.84 0.73 0.55
HSL 352.58º 0.72% 0.26% -
HSV(B) 352.58º 0.84% 0.45% -
XYZ 7.68 4.28 1.72 -
YUV 49.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 116 19 31 0 0.84 0.73 0.55 352.58 0.72 0.26
Hex 74 13 1F 0 54 49 37 161 48 1A
Octal 164 23 37 0 124 111 67 541 110 32
Binary 1110100 10011 11111 0 1010100 1001001 110111 101100001 1001000 11010

Color Harmonies of #74131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74131F

Black with #74131F

Text Example


Text Example

White with #74131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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