#681028

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

Shades of Pohutukawa #681028

Tints of Pohutukawa #681028

Color information

#681028 (or 0x681028) is unknown color: approx Pohutukawa. HEX triplet: 68, 10 and 28. RGB value is (104,16,40). Sum of RGB (Red+Green+Blue) = 104+16+40=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #681028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681028 is #97EFD7. Grayscale: #2D2D2D. Windows color (decimal): -9957336 or 2625640. OLE color: 2625640.

HSL color Cylindrical-coordinate representation of color #681028: hue angle of 343.64º 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 #681028 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1041640-
CMYK00.850.620.59
HSL343.64º73.33%23.53%-
HSV(B)343.64º84.62%40.78%-
XYZ6.283.472.35-
YUV45.05125.15170.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65%
GREEN value IS 16 (6.64% from 255) = 10%
BLUE value IS 40 (16.02% from 255) = 25%
R=65%
G=10%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104164000.850.620.59343.6473.3323.53
Hex6810280553E3B1584918
Octal15020500125767353011130
Binary11010001000010100001010101111110111011101011000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681028; }

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

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

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

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

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

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

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

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