#681022

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

Shades of Pohutukawa #681022

Tints of Pohutukawa #681022

Color information

#681022 (or 0x681022) is unknown color: approx Pohutukawa. HEX triplet: 68, 10 and 22. RGB value is (104,16,34). Sum of RGB (Red+Green+Blue) = 104+16+34=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #681022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681022 is #97EFDD. Grayscale: #2C2C2C. Windows color (decimal): -9957342 or 2232424. OLE color: 2232424.

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

Color convert

RGB1041634-
CMYK00.850.670.59
HSL347.73º73.33%23.53%-
HSV(B)347.73º84.62%40.78%-
XYZ6.183.431.85-
YUV44.36122.15170.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.53%
GREEN value IS 16 (6.64% from 255) = 10.39%
BLUE value IS 34 (13.67% from 255) = 22.08%
R=67.53%
G=10.39%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104163400.850.670.59347.7373.3323.53
Hex681022055433B15c4918
Octal150204201251037353411130
Binary110100010000100010010101011000011111011101011100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681022; }

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

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

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

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

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

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

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

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