#681013

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

Shades of Pohutukawa #681013

Tints of Pohutukawa #681013

Color information

#681013 (or 0x681013) is unknown color: approx Pohutukawa. HEX triplet: 68, 10 and 13. RGB value is (104,16,19). Sum of RGB (Red+Green+Blue) = 104+16+19=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #681013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681013 is #97EFEC. Grayscale: #2A2A2A. Windows color (decimal): -9957357 or 1249384. OLE color: 1249384.

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

Color convert

RGB1041619-
CMYK00.850.820.59
HSL357.95º73.33%23.53%-
HSV(B)357.95º84.62%40.78%-
XYZ6.013.360.95-
YUV42.65114.65171.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 74.82%
GREEN value IS 16 (6.64% from 255) = 11.51%
BLUE value IS 19 (7.81% from 255) = 13.67%
R=74.82%
G=11.51%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104161900.850.820.59357.9573.3323.53
Hex681013055523B1664918
Octal150202301251227354611130
Binary11010001000010011010101011010010111011101100110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681013; }

 p { color: rgb(104,16,19); }

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

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

 a { background-color: rgb(104,16,19); }

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

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

 span { border-color: rgb(104,16,19); }

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