#69192B

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

Shades of Pohutukawa #69192B

Tints of Pohutukawa #69192B

Color information

#69192B (or 0x69192B) is unknown color: approx Pohutukawa. HEX triplet: 69, 19 and 2B. RGB value is (105,25,43). Sum of RGB (Red+Green+Blue) = 105+25+43=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #69192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69192B is #96E6D4. Grayscale: #323232. Windows color (decimal): -9889493 or 2824553. OLE color: 2824553.

HSL color Cylindrical-coordinate representation of color #69192B: hue angle of 346.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69192B is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB1052543-
CMYK00.760.590.59
HSL346.5º61.54%25.49%-
HSV(B)346.5º76.19%41.18%-
XYZ6.613.872.68-
YUV50.97123.5166.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 60.69%
GREEN value IS 25 (10.16% from 255) = 14.45%
BLUE value IS 43 (17.19% from 255) = 24.86%
R=60.69%
G=14.45%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105254300.760.590.59346.561.5425.49
Hex69192B04C3B3B15a3e19
Octal1513153011473735327631
Binary1101001110011010110100110011101111101110101101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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