#67101C

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

Shades of Pohutukawa #67101C

Tints of Pohutukawa #67101C

Color information

#67101C (or 0x67101C) is unknown color: approx Pohutukawa. HEX triplet: 67, 10 and 1C. RGB value is (103,16,28). Sum of RGB (Red+Green+Blue) = 103+16+28=147 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.07% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 103 - color contains mainly: red. Hex color #67101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67101C is #98EFE3. Grayscale: #2B2B2B. Windows color (decimal): -10022884 or 1839207. OLE color: 1839207.

HSL color Cylindrical-coordinate representation of color #67101C: hue angle of 351.72º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #67101C is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1031628-
CMYK00.840.730.60
HSL351.72º73.11%23.33%-
HSV(B)351.72º84.47%40.39%-
XYZ5.993.341.43-
YUV43.38119.32170.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 70.07%
GREEN value IS 16 (6.64% from 255) = 10.88%
BLUE value IS 28 (11.33% from 255) = 19.05%
R=70.07%
G=10.88%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103162800.840.730.60351.7273.1123.33
Hex67101C054493C1604917
Octal147203401241117454011127
Binary11001111000011100010101001001001111100101100000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67101C; }

 p { color: rgb(103,16,28); }

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

<style>
 a { background-color: #67101C; }

 a { background-color: rgb(103,16,28); }

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

<style>
 span { border-color: #67101C; }

 span { border-color: rgb(103,16,28); }

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