#631F25

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

Shades of Pohutukawa #631F25

Tints of Pohutukawa #631F25

Color information

#631F25 (or 0x631F25) is unknown color: approx Pohutukawa. HEX triplet: 63, 1F and 25. RGB value is (99,31,37). Sum of RGB (Red+Green+Blue) = 99+31+37=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #631F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631F25 is #9CE0DA. Grayscale: #343434. Windows color (decimal): -10281179 or 2432867. OLE color: 2432867.

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

Color convert

RGB993137-
CMYK00.690.630.61
HSL354.71º52.31%25.49%-
HSV(B)354.71º68.69%38.82%-
XYZ5.973.772.16-
YUV52.02119.53161.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.28%
GREEN value IS 31 (12.5% from 255) = 18.56%
BLUE value IS 37 (14.84% from 255) = 22.16%
R=59.28%
G=18.56%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99313700.690.630.61354.7152.3125.49
Hex631F250453F3D1633419
Octal1433745010577755436431
Binary1100011111111001010100010111111111110110110001111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,31,37); }

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

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

 a { background-color: rgb(99,31,37); }

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

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

 span { border-color: rgb(99,31,37); }

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