#69182B

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

Shades of Pohutukawa #69182B

Tints of Pohutukawa #69182B

Color information

#69182B (or 0x69182B) is unknown color: approx Pohutukawa. HEX triplet: 69, 18 and 2B. RGB value is (105,24,43). Sum of RGB (Red+Green+Blue) = 105+24+43=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #69182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69182B is #96E7D4. Grayscale: #323232. Windows color (decimal): -9889749 or 2824297. OLE color: 2824297.

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

Color convert

RGB1052443-
CMYK00.770.590.59
HSL345.93º62.79%25.29%-
HSV(B)345.93º77.14%41.18%-
XYZ6.593.832.68-
YUV50.38123.84166.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.05%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 43 (17.19% from 255) = 25%
R=61.05%
G=13.95%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105244300.770.590.59345.9362.7925.29
Hex69182B04D3B3B15a3f19
Octal1513053011573735327731
Binary1101001110001010110100110111101111101110101101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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