#69182A

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

Shades of Pohutukawa #69182A

Tints of Pohutukawa #69182A

Color information

#69182A (or 0x69182A) is unknown color: approx Pohutukawa. HEX triplet: 69, 18 and 2A. RGB value is (105,24,42). Sum of RGB (Red+Green+Blue) = 105+24+42=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #69182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69182A is #96E7D5. Grayscale: #323232. Windows color (decimal): -9889750 or 2758761. OLE color: 2758761.

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

Color convert

RGB1052442-
CMYK00.770.60.59
HSL346.67º62.79%25.29%-
HSV(B)346.67º77.14%41.18%-
XYZ6.573.822.58-
YUV50.27123.34167.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.40%
GREEN value IS 24 (9.77% from 255) = 14.04%
BLUE value IS 42 (16.80% from 255) = 24.56%
R=61.40%
G=14.04%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105244200.770.60.59346.6762.7925.29
Hex69182A04D3C3B15b3f19
Octal1513052011574735337731
Binary1101001110001010100100110111110011101110101101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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