Html Css Color HEX #630E2C Pohutukawa

📋 copy color: '#630E2C'

red 99 ◦ green 14 ◦ blue 44

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

Shades of Pohutukawa #630E2C

Tints of Pohutukawa #630E2C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.92%

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

R = 63.06%
G = 8.92%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#630E2C (or 0x630E2C) is known color: Pohutukawa. HEX triplet: 63, 0E and 2C. RGB value is (99,14,44). Sum of RGB (Red+Green+Blue) = 99+14+44=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #630E2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630E2C is #9CF1D3. Grayscale: #2A2A2A. Windows color (decimal): -10285524 or 2887267. OLE color: 2887267.

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

Color convert

RGB 99 14 44 -
CMYK 0 0.86 0.56 0.61
HSL 338.82º 0.75% 0.22% -
HSV(B) 338.82º 0.86% 0.39% -
XYZ 5.76 3.15 2.69 -
YUV 42.84 128.66 168.06 -
System Red Green Blue C M Y K H S L
Decimal 99 14 44 0 0.86 0.56 0.61 338.82 0.75 0.22
Hex 63 E 2C 0 56 38 3D 153 4B 16
Octal 143 16 54 0 126 70 75 523 113 26
Binary 1100011 1110 101100 0 1010110 111000 111101 101010011 1001011 10110

Color Harmonies of #630E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630E2C

Black with #630E2C

Text Example


Text Example

White with #630E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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