#681213

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

Shades of Pohutukawa #681213

Tints of Pohutukawa #681213

Color information

#681213 (or 0x681213) is unknown color: approx Pohutukawa. HEX triplet: 68, 12 and 13. RGB value is (104,18,19). Sum of RGB (Red+Green+Blue) = 104+18+19=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #681213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681213 is #97EDEC. Grayscale: #2B2B2B. Windows color (decimal): -9956845 or 1249896. OLE color: 1249896.

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

Color convert

RGB1041819-
CMYK00.830.820.59
HSL359.3º70.49%23.92%-
HSV(B)359.3º82.69%40.78%-
XYZ6.043.420.96-
YUV43.83113.99170.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.76%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 19 (7.81% from 255) = 13.48%
R=73.76%
G=12.77%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104181900.830.820.59359.370.4923.92
Hex681213053523B1674618
Octal150222301231227354710630
Binary11010001001010011010100111010010111011101100111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681213; }

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

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

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

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

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

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

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

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