Html Css Color HEX #731429 Red Berry

📋 copy color: '#731429'

red 115 ◦ green 20 ◦ blue 41

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

Shades of Red Berry #731429

Tints of Red Berry #731429

RGB

 RED value IS 115 (45.31% from 255) = 65.34%

 GREEN value IS 20 (8.2% from 255) = 11.36%

 BLUE value IS 41 (16.41% from 255) = 23.3%

R = 65.34%
G = 11.36%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#731429 (or 0x731429) is known color: Red Berry. HEX triplet: 73, 14 and 29. RGB value is (115,20,41). Sum of RGB (Red+Green+Blue) = 115+20+41=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #731429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731429 is #8CEBD6. Grayscale: #323232. Windows color (decimal): -9235415 or 2692211. OLE color: 2692211.

HSL color Cylindrical-coordinate representation of color #731429: hue angle of 346.74º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731429 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 20 41 -
CMYK 0 0.83 0.64 0.55
HSL 346.74º 0.7% 0.26% -
HSV(B) 346.74º 0.83% 0.45% -
XYZ 7.72 4.31 2.52 -
YUV 50.8 122.47 173.79 -
System Red Green Blue C M Y K H S L
Decimal 115 20 41 0 0.83 0.64 0.55 346.74 0.7 0.26
Hex 73 14 29 0 53 40 37 15B 46 1A
Octal 163 24 51 0 123 100 67 533 106 32
Binary 1110011 10100 101001 0 1010011 1000000 110111 101011011 1000110 11010

Color Harmonies of #731429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731429

Black with #731429

Text Example


Text Example

White with #731429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731429; }

 p { color: rgb(115,20,41); }

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

background-color css

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

 a { background-color: rgb(115,20,41); }

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

border-color css

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

 span { border-color: rgb(115,20,41); }

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