#690913

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

Shades of Pohutukawa #690913

Tints of Pohutukawa #690913

Color information

#690913 (or 0x690913) is unknown color: approx Pohutukawa. HEX triplet: 69, 09 and 13. RGB value is (105,9,19). Sum of RGB (Red+Green+Blue) = 105+9+19=133 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.95% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 105 - color contains mainly: red. Hex color #690913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690913 is #96F6EC. Grayscale: #262626. Windows color (decimal): -9893613 or 1247593. OLE color: 1247593.

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

Color convert

RGB105919-
CMYK00.910.820.59
HSL353.75º84.21%22.35%-
HSV(B)353.75º91.43%41.18%-
XYZ6.043.250.92-
YUV38.84116.8175.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 78.95%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=78.95%
G=6.77%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10591900.910.820.59353.7584.2122.35
Hex6991305B523B1625416
Octal151112301331227354212426
Binary1101001100110011010110111010010111011101100010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690913; }

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

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

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

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

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

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

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

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