Html Css Color HEX #631B2C Pohutukawa

📋 copy color: '#631B2C'

red 99 ◦ green 27 ◦ blue 44

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

Shades of Pohutukawa #631B2C

Tints of Pohutukawa #631B2C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.88%

 BLUE value IS 44 (17.58% from 255) = 25.88%

R = 58.24%
G = 15.88%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#631B2C (or 0x631B2C) is known color: Pohutukawa. HEX triplet: 63, 1B and 2C. RGB value is (99,27,44). Sum of RGB (Red+Green+Blue) = 99+27+44=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #631B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631B2C is #9CE4D3. Grayscale: #323232. Windows color (decimal): -10282196 or 2890595. OLE color: 2890595.

HSL color Cylindrical-coordinate representation of color #631B2C: hue angle of 345.83º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #631B2C is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 27 44 -
CMYK 0 0.73 0.56 0.61
HSL 345.83º 0.57% 0.25% -
HSV(B) 345.83º 0.73% 0.39% -
XYZ 5.99 3.62 2.77 -
YUV 50.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 99 27 44 0 0.73 0.56 0.61 345.83 0.57 0.25
Hex 63 1B 2C 0 49 38 3D 15A 39 19
Octal 143 33 54 0 111 70 75 532 71 31
Binary 1100011 11011 101100 0 1001001 111000 111101 101011010 111001 11001

Color Harmonies of #631B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631B2C

Black with #631B2C

Text Example


Text Example

White with #631B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631B2C; }

 p { color: rgb(99,27,44); }

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

background-color css

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

 a { background-color: rgb(99,27,44); }

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

border-color css

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

 span { border-color: rgb(99,27,44); }

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