Html Css Color HEX #631927 Pohutukawa

📋 copy color: '#631927'

red 99 ◦ green 25 ◦ blue 39

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

Shades of Pohutukawa #631927

Tints of Pohutukawa #631927

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.34%

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

R = 60.74%
G = 15.34%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#631927 (or 0x631927) is known color: Pohutukawa. HEX triplet: 63, 19 and 27. RGB value is (99,25,39). Sum of RGB (Red+Green+Blue) = 99+25+39=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #631927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631927 is #9CE6D8. Grayscale: #303030. Windows color (decimal): -10282713 or 2562403. OLE color: 2562403.

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

Color convert

RGB 99 25 39 -
CMYK 0 0.75 0.61 0.61
HSL 348.65º 0.6% 0.24% -
HSV(B) 348.65º 0.75% 0.39% -
XYZ 5.86 3.49 2.29 -
YUV 48.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 99 25 39 0 0.75 0.61 0.61 348.65 0.6 0.24
Hex 63 19 27 0 4B 3D 3D 15D 3C 18
Octal 143 31 47 0 113 75 75 535 74 30
Binary 1100011 11001 100111 0 1001011 111101 111101 101011101 111100 11000

Color Harmonies of #631927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631927

Black with #631927

Text Example


Text Example

White with #631927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631927; }

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

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

background-color css

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

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

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

border-color css

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

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

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