#67202D

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

Shades of Pohutukawa #67202D

Tints of Pohutukawa #67202D

Color information

#67202D (or 0x67202D) is unknown color: approx Pohutukawa. HEX triplet: 67, 20 and 2D. RGB value is (103,32,45). Sum of RGB (Red+Green+Blue) = 103+32+45=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #67202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67202D is #98DFD2. Grayscale: #363636. Windows color (decimal): -10018771 or 2957415. OLE color: 2957415.

HSL color Cylindrical-coordinate representation of color #67202D: hue angle of 349.01º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #67202D is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB1033245-
CMYK00.690.560.60
HSL349.01º52.59%26.47%-
HSV(B)349.01º68.93%40.39%-
XYZ6.584.112.93-
YUV54.71122.52162.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 57.22%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 45 (17.97% from 255) = 25%
R=57.22%
G=17.78%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103324500.690.560.60349.0152.5926.47
Hex67202D045383C15d351a
Octal1474055010570745356532
Binary11001111000001011010100010111100011110010101110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67202D; }

 p { color: rgb(103,32,45); }

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

<style>
 a { background-color: #67202D; }

 a { background-color: rgb(103,32,45); }

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

<style>
 span { border-color: #67202D; }

 span { border-color: rgb(103,32,45); }

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