Html Css Color HEX #631027 Pohutukawa

📋 copy color: '#631027'

red 99 ◦ green 16 ◦ blue 39

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

Shades of Pohutukawa #631027

Tints of Pohutukawa #631027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.39%

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

R = 64.29%
G = 10.39%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#631027 (or 0x631027) is known color: Pohutukawa. HEX triplet: 63, 10 and 27. RGB value is (99,16,39). Sum of RGB (Red+Green+Blue) = 99+16+39=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #631027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631027 is #9CEFD8. Grayscale: #2B2B2B. Windows color (decimal): -10285017 or 2560099. OLE color: 2560099.

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

Color convert

RGB 99 16 39 -
CMYK 0 0.84 0.61 0.61
HSL 343.37º 0.72% 0.23% -
HSV(B) 343.37º 0.84% 0.39% -
XYZ 5.7 3.17 2.23 -
YUV 43.44 125.5 167.63 -
System Red Green Blue C M Y K H S L
Decimal 99 16 39 0 0.84 0.61 0.61 343.37 0.72 0.23
Hex 63 10 27 0 54 3D 3D 157 48 17
Octal 143 20 47 0 124 75 75 527 110 27
Binary 1100011 10000 100111 0 1010100 111101 111101 101010111 1001000 10111

Color Harmonies of #631027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631027

Black with #631027

Text Example


Text Example

White with #631027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631027; }

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

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

background-color css

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

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

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

border-color css

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

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

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