Html Css Color HEX #731227 Red Berry

📋 copy color: '#731227'

red 115 ◦ green 18 ◦ blue 39

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

Shades of Red Berry #731227

Tints of Red Berry #731227

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.47%

 BLUE value IS 39 (15.63% from 255) = 22.67%

R = 66.86%
G = 10.47%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#731227 (or 0x731227) is known color: Red Berry. HEX triplet: 73, 12 and 27. RGB value is (115,18,39). Sum of RGB (Red+Green+Blue) = 115+18+39=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #731227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731227 is #8CEDD8. Grayscale: #313131. Windows color (decimal): -9235929 or 2560627. OLE color: 2560627.

HSL color Cylindrical-coordinate representation of color #731227: hue angle of 347.01º degrees, saturation: 0.73, 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 #731227 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 18 39 -
CMYK 0 0.84 0.66 0.55
HSL 347.01º 0.73% 0.26% -
HSV(B) 347.01º 0.84% 0.45% -
XYZ 7.65 4.22 2.33 -
YUV 49.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 115 18 39 0 0.84 0.66 0.55 347.01 0.73 0.26
Hex 73 12 27 0 54 42 37 15B 49 1A
Octal 163 22 47 0 124 102 67 533 111 32
Binary 1110011 10010 100111 0 1010100 1000010 110111 101011011 1001001 11010

Color Harmonies of #731227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731227

Black with #731227

Text Example


Text Example

White with #731227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731227; }

 p { color: rgb(115,18,39); }

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

background-color css

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

 a { background-color: rgb(115,18,39); }

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

border-color css

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

 span { border-color: rgb(115,18,39); }

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