Html Css Color HEX #731024 Red Berry

📋 copy color: '#731024'

red 115 ◦ green 16 ◦ blue 36

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

Shades of Red Berry #731024

Tints of Red Berry #731024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.58%

 BLUE value IS 36 (14.45% from 255) = 21.56%

R = 68.86%
G = 9.58%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#731024 (or 0x731024) is known color: Red Berry. HEX triplet: 73, 10 and 24. RGB value is (115,16,36). Sum of RGB (Red+Green+Blue) = 115+16+36=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #731024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731024 is #8CEFDB. Grayscale: #2F2F2F. Windows color (decimal): -9236444 or 2363507. OLE color: 2363507.

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

Color convert

RGB 115 16 36 -
CMYK 0 0.86 0.69 0.55
HSL 347.88º 0.76% 0.26% -
HSV(B) 347.88º 0.86% 0.45% -
XYZ 7.57 4.14 2.07 -
YUV 47.88 121.3 175.87 -
System Red Green Blue C M Y K H S L
Decimal 115 16 36 0 0.86 0.69 0.55 347.88 0.76 0.26
Hex 73 10 24 0 56 45 37 15C 4C 1A
Octal 163 20 44 0 126 105 67 534 114 32
Binary 1110011 10000 100100 0 1010110 1000101 110111 101011100 1001100 11010

Color Harmonies of #731024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731024

Black with #731024

Text Example


Text Example

White with #731024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731024; }

 p { color: rgb(115,16,36); }

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

background-color css

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

 a { background-color: rgb(115,16,36); }

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

border-color css

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

 span { border-color: rgb(115,16,36); }

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