#631C26

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

Shades of Pohutukawa #631C26

Tints of Pohutukawa #631C26

Color information

#631C26 (or 0x631C26) is unknown color: approx Pohutukawa. HEX triplet: 63, 1C and 26. RGB value is (99,28,38). Sum of RGB (Red+Green+Blue) = 99+28+38=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #631C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631C26 is #9CE3D9. Grayscale: #323232. Windows color (decimal): -10281946 or 2497635. OLE color: 2497635.

HSL color Cylindrical-coordinate representation of color #631C26: hue angle of 351.55º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #631C26 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB992838-
CMYK00.720.620.61
HSL351.55º55.91%24.9%-
HSV(B)351.55º71.72%38.82%-
XYZ5.913.622.22-
YUV50.37121.02162.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60%
GREEN value IS 28 (11.33% from 255) = 16.97%
BLUE value IS 38 (15.23% from 255) = 23.03%
R=60%
G=16.97%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99283800.720.620.61351.5555.9124.9
Hex631C260483E3D1603819
Octal1433446011076755407031
Binary1100011111001001100100100011111011110110110000011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631C26; }

 p { color: rgb(99,28,38); }

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

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

 a { background-color: rgb(99,28,38); }

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

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

 span { border-color: rgb(99,28,38); }

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