#671213

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

Shades of Pohutukawa #671213

Tints of Pohutukawa #671213

Color information

#671213 (or 0x671213) is unknown color: approx Pohutukawa. HEX triplet: 67, 12 and 13. RGB value is (103,18,19). Sum of RGB (Red+Green+Blue) = 103+18+19=140 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.57% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 103 - color contains mainly: red. Hex color #671213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671213 is #98EDEC. Grayscale: #2B2B2B. Windows color (decimal): -10022381 or 1249895. OLE color: 1249895.

HSL color Cylindrical-coordinate representation of color #671213: hue angle of 359.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671213 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB1031819-
CMYK00.830.820.60
HSL359.29º70.25%23.73%-
HSV(B)359.29º82.52%40.39%-
XYZ5.933.360.95-
YUV43.53114.16170.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 73.57%
GREEN value IS 18 (7.42% from 255) = 12.86%
BLUE value IS 19 (7.81% from 255) = 13.57%
R=73.57%
G=12.86%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103181900.830.820.60359.2970.2523.73
Hex671213053523C1674618
Octal147222301231227454710630
Binary11001111001010011010100111010010111100101100111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671213; }

 p { color: rgb(103,18,19); }

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

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

 a { background-color: rgb(103,18,19); }

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

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

 span { border-color: rgb(103,18,19); }

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