Html Css Color HEX #631327 Pohutukawa

📋 copy color: '#631327'

red 99 ◦ green 19 ◦ blue 39

#631327
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #631327

Tints of Pohutukawa #631327

RGB

 RED value IS 99 (39.06% from 255) = 63.06%

 GREEN value IS 19 (7.81% from 255) = 12.1%

 BLUE value IS 39 (15.63% from 255) = 24.84%

R = 63.06%
G = 12.1%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#631327 (or 0x631327) is known color: Pohutukawa. HEX triplet: 63, 13 and 27. RGB value is (99,19,39). Sum of RGB (Red+Green+Blue) = 99+19+39=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #631327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631327 is #9CECD8. Grayscale: #2D2D2D. Windows color (decimal): -10284249 or 2560867. OLE color: 2560867.

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

Color convert

RGB 99 19 39 -
CMYK 0 0.81 0.61 0.61
HSL 345º 0.68% 0.23% -
HSV(B) 345º 0.81% 0.39% -
XYZ 5.74 3.26 2.25 -
YUV 45.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 99 19 39 0 0.81 0.61 0.61 345 0.68 0.23
Hex 63 13 27 0 51 3D 3D 159 44 17
Octal 143 23 47 0 121 75 75 531 104 27
Binary 1100011 10011 100111 0 1010001 111101 111101 101011001 1000100 10111

Color Harmonies of #631327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631327

Black with #631327

Text Example


Text Example

White with #631327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631327; }

 p { color: rgb(99,19,39); }

 H1.HeaderClassName
 {
   color: #631327;
 }
 .AnyTagClassName
 {
   color: #631327;
 }
</style>

background-color css

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

 a { background-color: rgb(99,19,39); }

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

border-color css

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

 span { border-color: rgb(99,19,39); }

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