#69132A

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

Shades of Pohutukawa #69132A

Tints of Pohutukawa #69132A

Color information

#69132A (or 0x69132A) is unknown color: approx Pohutukawa. HEX triplet: 69, 13 and 2A. RGB value is (105,19,42). Sum of RGB (Red+Green+Blue) = 105+19+42=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #69132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69132A is #96ECD5. Grayscale: #2F2F2F. Windows color (decimal): -9891030 or 2757481. OLE color: 2757481.

HSL color Cylindrical-coordinate representation of color #69132A: hue angle of 343.95º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #69132A is Cyan = 0, Magento = 0.82, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB1051942-
CMYK00.820.60.59
HSL343.95º69.35%24.31%-
HSV(B)343.95º81.9%41.18%-
XYZ6.483.642.55-
YUV47.34124.99169.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 63.25%
GREEN value IS 19 (7.81% from 255) = 11.45%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=63.25%
G=11.45%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105194200.820.60.59343.9569.3524.31
Hex69132A0523C3B1584518
Octal15123520122747353010530
Binary11010011001110101001010010111100111011101011000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69132A; }

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

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

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

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

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

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

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

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