#691315

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

Shades of Pohutukawa #691315

Tints of Pohutukawa #691315

Color information

#691315 (or 0x691315) is unknown color: approx Pohutukawa. HEX triplet: 69, 13 and 15. RGB value is (105,19,21). Sum of RGB (Red+Green+Blue) = 105+19+21=145 (19% of max value = 765). Red value is 105 (41.41% from 255 or 72.41% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 105 - color contains mainly: red. Hex color #691315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691315 is #96ECEA. Grayscale: #2D2D2D. Windows color (decimal): -9891051 or 1381225. OLE color: 1381225.

HSL color Cylindrical-coordinate representation of color #691315: hue angle of 358.6º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #691315 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1051921-
CMYK00.820.800.59
HSL358.6º69.35%24.31%-
HSV(B)358.6º81.9%41.18%-
XYZ6.193.521.06-
YUV44.94114.49170.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 72.41%
GREEN value IS 19 (7.81% from 255) = 13.10%
BLUE value IS 21 (8.59% from 255) = 14.48%
R=72.41%
G=13.10%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105192100.820.800.59358.669.3524.31
Hex691315052503B1674518
Octal151232501221207354710530
Binary11010011001110101010100101010000111011101100111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691315; }

 p { color: rgb(105,19,21); }

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

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

 a { background-color: rgb(105,19,21); }

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

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

 span { border-color: rgb(105,19,21); }

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