Html Css Color HEX #631627 Pohutukawa

📋 copy color: '#631627'

red 99 ◦ green 22 ◦ blue 39

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

Shades of Pohutukawa #631627

Tints of Pohutukawa #631627

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.75%

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

R = 61.88%
G = 13.75%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#631627 (or 0x631627) is known color: Pohutukawa. HEX triplet: 63, 16 and 27. RGB value is (99,22,39). Sum of RGB (Red+Green+Blue) = 99+22+39=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #631627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631627 is #9CE9D8. Grayscale: #2E2E2E. Windows color (decimal): -10283481 or 2561635. OLE color: 2561635.

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

Color convert

RGB 99 22 39 -
CMYK 0 0.78 0.61 0.61
HSL 346.75º 0.64% 0.24% -
HSV(B) 346.75º 0.78% 0.39% -
XYZ 5.8 3.37 2.26 -
YUV 46.96 123.51 165.12 -
System Red Green Blue C M Y K H S L
Decimal 99 22 39 0 0.78 0.61 0.61 346.75 0.64 0.24
Hex 63 16 27 0 4E 3D 3D 15B 40 18
Octal 143 26 47 0 116 75 75 533 100 30
Binary 1100011 10110 100111 0 1001110 111101 111101 101011011 1000000 11000

Color Harmonies of #631627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631627

Black with #631627

Text Example


Text Example

White with #631627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631627; }

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

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

background-color css

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

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

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

border-color css

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

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

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