#67101F

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

Shades of Pohutukawa #67101F

Tints of Pohutukawa #67101F

Color information

#67101F (or 0x67101F) is unknown color: approx Pohutukawa. HEX triplet: 67, 10 and 1F. RGB value is (103,16,31). Sum of RGB (Red+Green+Blue) = 103+16+31=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #67101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67101F is #98EFE0. Grayscale: #2B2B2B. Windows color (decimal): -10022881 or 2035815. OLE color: 2035815.

HSL color Cylindrical-coordinate representation of color #67101F: hue angle of 349.66º 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 #67101F is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB1031631-
CMYK00.840.700.60
HSL349.66º73.11%23.33%-
HSV(B)349.66º84.47%40.39%-
XYZ6.033.351.63-
YUV43.72120.82170.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 68.67%
GREEN value IS 16 (6.64% from 255) = 10.67%
BLUE value IS 31 (12.5% from 255) = 20.67%
R=68.67%
G=10.67%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103163100.840.700.60349.6673.1123.33
Hex67101F054463C15e4917
Octal147203701241067453611127
Binary11001111000011111010101001000110111100101011110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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