Html Css Color HEX #630D0F Pohutukawa

📋 copy color: '#630D0F'

red 99 ◦ green 13 ◦ blue 15

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

Shades of Pohutukawa #630D0F

Tints of Pohutukawa #630D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.24%

 BLUE value IS 15 (6.25% from 255) = 11.81%

R = 77.95%
G = 10.24%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#630D0F (or 0x630D0F) is known color: Pohutukawa. HEX triplet: 63, 0D and 0F. RGB value is (99,13,15). Sum of RGB (Red+Green+Blue) = 99+13+15=127 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.95% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 99 - color contains mainly: red. Hex color #630D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630D0F is #9CF2F0. Grayscale: #272727. Windows color (decimal): -10285809 or 986467. OLE color: 986467.

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

Color convert

RGB 99 13 15 -
CMYK 0 0.87 0.85 0.61
HSL 358.6º 0.77% 0.22% -
HSV(B) 358.6º 0.87% 0.39% -
XYZ 5.38 2.97 0.74 -
YUV 38.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 99 13 15 0 0.87 0.85 0.61 358.6 0.77 0.22
Hex 63 D F 0 57 55 3D 167 4D 16
Octal 143 15 17 0 127 125 75 547 115 26
Binary 1100011 1101 1111 0 1010111 1010101 111101 101100111 1001101 10110

Color Harmonies of #630D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630D0F

Black with #630D0F

Text Example


Text Example

White with #630D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,13,15); }

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

background-color css

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

 a { background-color: rgb(99,13,15); }

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

border-color css

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

 span { border-color: rgb(99,13,15); }

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