#69131A

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

Shades of Pohutukawa #69131A

Tints of Pohutukawa #69131A

Color information

#69131A (or 0x69131A) is unknown color: approx Pohutukawa. HEX triplet: 69, 13 and 1A. RGB value is (105,19,26). Sum of RGB (Red+Green+Blue) = 105+19+26=150 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 105 - color contains mainly: red. Hex color #69131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69131A is #96ECE5. Grayscale: #2D2D2D. Windows color (decimal): -9891046 or 1708905. OLE color: 1708905.

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

Color convert

RGB1051926-
CMYK00.820.750.59
HSL355.12º69.35%24.31%-
HSV(B)355.12º81.9%41.18%-
XYZ6.253.541.33-
YUV45.51116.99170.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 70%
GREEN value IS 19 (7.81% from 255) = 12.67%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=70%
G=12.67%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105192600.820.750.59355.1269.3524.31
Hex69131A0524B3B1634518
Octal151233201221137354310530
Binary11010011001111010010100101001011111011101100011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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