#681214

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

Shades of Pohutukawa #681214

Tints of Pohutukawa #681214

Color information

#681214 (or 0x681214) is unknown color: approx Pohutukawa. HEX triplet: 68, 12 and 14. RGB value is (104,18,20). Sum of RGB (Red+Green+Blue) = 104+18+20=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #681214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681214 is #97EDEB. Grayscale: #2C2C2C. Windows color (decimal): -9956844 or 1315432. OLE color: 1315432.

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

Color convert

RGB1041820-
CMYK00.830.810.59
HSL358.6º70.49%23.92%-
HSV(B)358.6º82.69%40.78%-
XYZ6.053.431-
YUV43.94114.49170.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.24%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 20 (8.20% from 255) = 14.08%
R=73.24%
G=12.68%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104182000.830.810.59358.670.4923.92
Hex681214053513B1674618
Octal150222401231217354710630
Binary11010001001010100010100111010001111011101100111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681214; }

 p { color: rgb(104,18,20); }

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

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

 a { background-color: rgb(104,18,20); }

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

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

 span { border-color: rgb(104,18,20); }

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