#67182B

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

Shades of Pohutukawa #67182B

Tints of Pohutukawa #67182B

Color information

#67182B (or 0x67182B) is unknown color: approx Pohutukawa. HEX triplet: 67, 18 and 2B. RGB value is (103,24,43). Sum of RGB (Red+Green+Blue) = 103+24+43=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #67182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67182B is #98E7D4. Grayscale: #313131. Windows color (decimal): -10020821 or 2824295. OLE color: 2824295.

HSL color Cylindrical-coordinate representation of color #67182B: hue angle of 345.57º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #67182B is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB1032443-
CMYK00.770.580.60
HSL345.57º62.2%24.9%-
HSV(B)345.57º76.7%40.39%-
XYZ6.363.712.67-
YUV49.79124.17165.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 60.59%
GREEN value IS 24 (9.77% from 255) = 14.12%
BLUE value IS 43 (17.19% from 255) = 25.29%
R=60.59%
G=14.12%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103244300.770.580.60345.5762.224.9
Hex67182B04D3A3C15a3e19
Octal1473053011572745327631
Binary1100111110001010110100110111101011110010101101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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