#69101A

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

Shades of Pohutukawa #69101A

Tints of Pohutukawa #69101A

Color information

#69101A (or 0x69101A) is unknown color: approx Pohutukawa. HEX triplet: 69, 10 and 1A. RGB value is (105,16,26). Sum of RGB (Red+Green+Blue) = 105+16+26=147 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.43% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 105 - color contains mainly: red. Hex color #69101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69101A is #96EFE5. Grayscale: #2B2B2B. Windows color (decimal): -9891814 or 1708137. OLE color: 1708137.

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

Color convert

RGB1051626-
CMYK00.850.750.59
HSL353.26º73.55%23.73%-
HSV(B)353.26º84.76%41.18%-
XYZ6.23.451.32-
YUV43.75117.99171.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 71.43%
GREEN value IS 16 (6.64% from 255) = 10.88%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=71.43%
G=10.88%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105162600.850.750.59353.2673.5523.73
Hex69101A0554B3B1614a18
Octal151203201251137354111230
Binary11010011000011010010101011001011111011101100001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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