#631826

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

Shades of Pohutukawa #631826

Tints of Pohutukawa #631826

Color information

#631826 (or 0x631826) is unknown color: approx Pohutukawa. HEX triplet: 63, 18 and 26. RGB value is (99,24,38). Sum of RGB (Red+Green+Blue) = 99+24+38=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #631826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631826 is #9CE7D9. Grayscale: #303030. Windows color (decimal): -10282970 or 2496611. OLE color: 2496611.

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

Color convert

RGB992438-
CMYK00.760.620.61
HSL348.8º60.98%24.12%-
HSV(B)348.8º75.76%38.82%-
XYZ5.823.452.19-
YUV48.02122.35164.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.49%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 38 (15.23% from 255) = 23.60%
R=61.49%
G=14.91%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99243800.760.620.61348.860.9824.12
Hex63182604C3E3D15d3d18
Octal1433046011476755357530
Binary1100011110001001100100110011111011110110101110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631826; }

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

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

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

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

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

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

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

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