#67172A

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

Shades of Pohutukawa #67172A

Tints of Pohutukawa #67172A

Color information

#67172A (or 0x67172A) is unknown color: approx Pohutukawa. HEX triplet: 67, 17 and 2A. RGB value is (103,23,42). Sum of RGB (Red+Green+Blue) = 103+23+42=168 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.31% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 103 - color contains mainly: red. Hex color #67172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67172A is #98E8D5. Grayscale: #313131. Windows color (decimal): -10021078 or 2758503. OLE color: 2758503.

HSL color Cylindrical-coordinate representation of color #67172A: hue angle of 345.75º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #67172A is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB1032342-
CMYK00.780.590.60
HSL345.75º63.49%24.71%-
HSV(B)345.75º77.67%40.39%-
XYZ6.323.662.56-
YUV49.09124166.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 61.31%
GREEN value IS 23 (9.38% from 255) = 13.69%
BLUE value IS 42 (16.80% from 255) = 25%
R=61.31%
G=13.69%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103234200.780.590.60345.7563.4924.71
Hex67172A04E3B3C15a3f19
Octal1472752011673745327731
Binary1100111101111010100100111011101111110010101101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,23,42); }

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

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

 a { background-color: rgb(103,23,42); }

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

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

 span { border-color: rgb(103,23,42); }

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