#691029

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

Shades of Pohutukawa #691029

Tints of Pohutukawa #691029

Color information

#691029 (or 0x691029) is unknown color: approx Pohutukawa. HEX triplet: 69, 10 and 29. RGB value is (105,16,41). Sum of RGB (Red+Green+Blue) = 105+16+41=162 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.81% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 105 - color contains mainly: red. Hex color #691029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691029 is #96EFD6. Grayscale: #2D2D2D. Windows color (decimal): -9891799 or 2691177. OLE color: 2691177.

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

Color convert

RGB1051641-
CMYK00.850.610.59
HSL343.15º73.55%23.73%-
HSV(B)343.15º84.76%41.18%-
XYZ6.413.532.44-
YUV45.46125.49170.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 64.81%
GREEN value IS 16 (6.64% from 255) = 9.88%
BLUE value IS 41 (16.41% from 255) = 25.31%
R=64.81%
G=9.88%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105164100.850.610.59343.1573.5523.73
Hex6910290553D3B1574a18
Octal15120510125757352711230
Binary11010011000010100101010101111101111011101010111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691029; }

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

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

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

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

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

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

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

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