Html Css Color HEX #74182C Red Berry

📋 copy color: '#74182C'

red 116 ◦ green 24 ◦ blue 44

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

Shades of Red Berry #74182C

Tints of Red Berry #74182C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.04%

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

R = 63.04%
G = 13.04%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#74182C (or 0x74182C) is known color: Red Berry. HEX triplet: 74, 18 and 2C. RGB value is (116,24,44). Sum of RGB (Red+Green+Blue) = 116+24+44=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #74182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74182C is #8BE7D3. Grayscale: #353535. Windows color (decimal): -9168852 or 2889844. OLE color: 2889844.

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

Color convert

RGB 116 24 44 -
CMYK 0 0.79 0.62 0.55
HSL 346.96º 0.66% 0.27% -
HSV(B) 346.96º 0.79% 0.45% -
XYZ 7.98 4.55 2.84 -
YUV 53.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 116 24 44 0 0.79 0.62 0.55 346.96 0.66 0.27
Hex 74 18 2C 0 4F 3E 37 15B 42 1B
Octal 164 30 54 0 117 76 67 533 102 33
Binary 1110100 11000 101100 0 1001111 111110 110111 101011011 1000010 11011

Color Harmonies of #74182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74182C

Black with #74182C

Text Example


Text Example

White with #74182C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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