Html Css Color HEX #631727 Pohutukawa

📋 copy color: '#631727'

red 99 ◦ green 23 ◦ blue 39

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

Shades of Pohutukawa #631727

Tints of Pohutukawa #631727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.29%

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

R = 61.49%
G = 14.29%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#631727 (or 0x631727) is known color: Pohutukawa. HEX triplet: 63, 17 and 27. RGB value is (99,23,39). Sum of RGB (Red+Green+Blue) = 99+23+39=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #631727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631727 is #9CE8D8. Grayscale: #2F2F2F. Windows color (decimal): -10283225 or 2561891. OLE color: 2561891.

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

Color convert

RGB 99 23 39 -
CMYK 0 0.77 0.61 0.61
HSL 347.37º 0.62% 0.24% -
HSV(B) 347.37º 0.77% 0.39% -
XYZ 5.82 3.41 2.27 -
YUV 47.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 99 23 39 0 0.77 0.61 0.61 347.37 0.62 0.24
Hex 63 17 27 0 4D 3D 3D 15B 3E 18
Octal 143 27 47 0 115 75 75 533 76 30
Binary 1100011 10111 100111 0 1001101 111101 111101 101011011 111110 11000

Color Harmonies of #631727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631727

Black with #631727

Text Example


Text Example

White with #631727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631727; }

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

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

background-color css

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

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

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

border-color css

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

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

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