#67101A

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

Shades of Pohutukawa #67101A

Tints of Pohutukawa #67101A

Color information

#67101A (or 0x67101A) is unknown color: approx Pohutukawa. HEX triplet: 67, 10 and 1A. RGB value is (103,16,26). Sum of RGB (Red+Green+Blue) = 103+16+26=145 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.03% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 103 - color contains mainly: red. Hex color #67101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67101A is #98EFE5. Grayscale: #2B2B2B. Windows color (decimal): -10022886 or 1708135. OLE color: 1708135.

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

Color convert

RGB1031626-
CMYK00.840.750.60
HSL353.1º73.11%23.33%-
HSV(B)353.1º84.47%40.39%-
XYZ5.973.331.31-
YUV43.15118.32170.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 71.03%
GREEN value IS 16 (6.64% from 255) = 11.03%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=71.03%
G=11.03%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103162600.840.750.60353.173.1123.33
Hex67101A0544B3C1614917
Octal147203201241137454111127
Binary11001111000011010010101001001011111100101100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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