#691028

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

Shades of Pohutukawa #691028

Tints of Pohutukawa #691028

Color information

#691028 (or 0x691028) is unknown color: approx Pohutukawa. HEX triplet: 69, 10 and 28. RGB value is (105,16,40). Sum of RGB (Red+Green+Blue) = 105+16+40=161 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.22% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 105 - color contains mainly: red. Hex color #691028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691028 is #96EFD7. Grayscale: #2D2D2D. Windows color (decimal): -9891800 or 2625641. OLE color: 2625641.

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

Color convert

RGB1051640-
CMYK00.850.620.59
HSL343.82º73.55%23.73%-
HSV(B)343.82º84.76%41.18%-
XYZ6.393.532.35-
YUV45.35124.99170.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 65.22%
GREEN value IS 16 (6.64% from 255) = 9.94%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=65.22%
G=9.94%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105164000.850.620.59343.8273.5523.73
Hex6910280553E3B1584a18
Octal15120500125767353011230
Binary11010011000010100001010101111110111011101011000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691028; }

 p { color: rgb(105,16,40); }

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

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

 a { background-color: rgb(105,16,40); }

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

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

 span { border-color: rgb(105,16,40); }

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