#681021

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

Shades of Pohutukawa #681021

Tints of Pohutukawa #681021

Color information

#681021 (or 0x681021) is unknown color: approx Pohutukawa. HEX triplet: 68, 10 and 21. RGB value is (104,16,33). Sum of RGB (Red+Green+Blue) = 104+16+33=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #681021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681021 is #97EFDE. Grayscale: #2C2C2C. Windows color (decimal): -9957343 or 2166888. OLE color: 2166888.

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

Color convert

RGB1041633-
CMYK00.850.680.59
HSL348.41º73.33%23.53%-
HSV(B)348.41º84.62%40.78%-
XYZ6.173.421.77-
YUV44.25121.65170.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.97%
GREEN value IS 16 (6.64% from 255) = 10.46%
BLUE value IS 33 (13.28% from 255) = 21.57%
R=67.97%
G=10.46%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104163300.850.680.59348.4173.3323.53
Hex681021055443B15c4918
Octal150204101251047353411130
Binary110100010000100001010101011000100111011101011100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681021; }

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

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

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

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

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

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

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

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