#681F27

Color #681F27 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #681F27

Tints of Pohutukawa #681F27

Color information

#681F27 (or 0x681F27) is unknown color: approx Pohutukawa. HEX triplet: 68, 1F and 27. RGB value is (104,31,39). Sum of RGB (Red+Green+Blue) = 104+31+39=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #681F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F27 is #97E0D8. Grayscale: #353535. Windows color (decimal): -9953497 or 2563944. OLE color: 2563944.

HSL color Cylindrical-coordinate representation of color #681F27: hue angle of 353.42º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #681F27 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1043139-
CMYK00.700.620.59
HSL353.42º54.07%26.47%-
HSV(B)353.42º70.19%40.78%-
XYZ6.574.072.36-
YUV53.74119.68163.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.77%
GREEN value IS 31 (12.5% from 255) = 17.82%
BLUE value IS 39 (15.62% from 255) = 22.41%
R=59.77%
G=17.82%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104313900.700.620.59353.4254.0726.47
Hex681F270463E3B161361a
Octal1503747010676735416632
Binary1101000111111001110100011011111011101110110000111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681F27; }

 p { color: rgb(104,31,39); }

 H1.HeaderClassName
 {
   color: #681F27;
 }
 .AnyTagClassName
 {
   color: #681F27;
 }
</style>
background-color css

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

 a { background-color: rgb(104,31,39); }

 div.DivClassName
 {
   background-color: #681F27;
 }
 .BgClassName
 {
   background-color: #681F27;
 }
</style>
border-color css

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

 span { border-color: rgb(104,31,39); }

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