#681127

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

Shades of Pohutukawa #681127

Tints of Pohutukawa #681127

Color information

#681127 (or 0x681127) is unknown color: approx Pohutukawa. HEX triplet: 68, 11 and 27. RGB value is (104,17,39). Sum of RGB (Red+Green+Blue) = 104+17+39=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #681127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681127 is #97EED8. Grayscale: #2D2D2D. Windows color (decimal): -9957081 or 2560360. OLE color: 2560360.

HSL color Cylindrical-coordinate representation of color #681127: hue angle of 344.83º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681127 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1041739-
CMYK00.840.620.59
HSL344.83º71.9%23.73%-
HSV(B)344.83º83.65%40.78%-
XYZ6.283.492.26-
YUV45.52124.32169.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65%
GREEN value IS 17 (7.03% from 255) = 10.62%
BLUE value IS 39 (15.62% from 255) = 24.38%
R=65%
G=10.62%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104173900.840.620.59344.8371.923.73
Hex6811270543E3B1594818
Octal15021470124767353111030
Binary11010001000110011101010100111110111011101011001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681127; }

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

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

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

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

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

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

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

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