Html Css Color HEX #630E27 Pohutukawa

📋 copy color: '#630E27'

red 99 ◦ green 14 ◦ blue 39

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

Shades of Pohutukawa #630E27

Tints of Pohutukawa #630E27

RGB

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

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

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

R = 65.13%
G = 9.21%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#630E27 (or 0x630E27) is known color: Pohutukawa. HEX triplet: 63, 0E and 27. RGB value is (99,14,39). Sum of RGB (Red+Green+Blue) = 99+14+39=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #630E27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630E27 is #9CF1D8. Grayscale: #2A2A2A. Windows color (decimal): -10285529 or 2559587. OLE color: 2559587.

HSL color Cylindrical-coordinate representation of color #630E27: hue angle of 342.35º 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 #630E27 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 14 39 -
CMYK 0 0.86 0.61 0.61
HSL 342.35º 0.75% 0.22% -
HSV(B) 342.35º 0.86% 0.39% -
XYZ 5.67 3.11 2.22 -
YUV 42.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 99 14 39 0 0.86 0.61 0.61 342.35 0.75 0.22
Hex 63 E 27 0 56 3D 3D 156 4B 16
Octal 143 16 47 0 126 75 75 526 113 26
Binary 1100011 1110 100111 0 1010110 111101 111101 101010110 1001011 10110

Color Harmonies of #630E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630E27

Black with #630E27

Text Example


Text Example

White with #630E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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