#690919

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

Shades of Pohutukawa #690919

Tints of Pohutukawa #690919

Color information

#690919 (or 0x690919) is unknown color: approx Pohutukawa. HEX triplet: 69, 09 and 19. RGB value is (105,9,25). Sum of RGB (Red+Green+Blue) = 105+9+25=139 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75.54% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 105 - color contains mainly: red. Hex color #690919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690919 is #96F6E6. Grayscale: #272727. Windows color (decimal): -9893607 or 1640809. OLE color: 1640809.

HSL color Cylindrical-coordinate representation of color #690919: hue angle of 350º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690919 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB105925-
CMYK00.910.760.59
HSL350º84.21%22.35%-
HSV(B)350º91.43%41.18%-
XYZ6.13.271.23-
YUV39.53119.8174.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 75.54%
GREEN value IS 9 (3.91% from 255) = 6.47%
BLUE value IS 25 (10.16% from 255) = 17.99%
R=75.54%
G=6.47%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10592500.910.760.5935084.2122.35
Hex6991905B4C3B15e5416
Octal151113101331147353612426
Binary1101001100111001010110111001100111011101011110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690919; }

 p { color: rgb(105,9,25); }

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

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

 a { background-color: rgb(105,9,25); }

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

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

 span { border-color: rgb(105,9,25); }

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