Html Css Color HEX #630A1F Pohutukawa

📋 copy color: '#630A1F'

red 99 ◦ green 10 ◦ blue 31

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

Shades of Pohutukawa #630A1F

Tints of Pohutukawa #630A1F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.14%

 BLUE value IS 31 (12.5% from 255) = 22.14%

R = 70.71%
G = 7.14%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#630A1F (or 0x630A1F) is known color: Pohutukawa. HEX triplet: 63, 0A and 1F. RGB value is (99,10,31). Sum of RGB (Red+Green+Blue) = 99+10+31=140 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.71% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 99 - color contains mainly: red. Hex color #630A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630A1F is #9CF5E0. Grayscale: #272727. Windows color (decimal): -10286561 or 2034275. OLE color: 2034275.

HSL color Cylindrical-coordinate representation of color #630A1F: hue angle of 345.84º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630A1F is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 10 31 -
CMYK 0 0.90 0.69 0.61
HSL 345.84º 0.82% 0.21% -
HSV(B) 345.84º 0.9% 0.39% -
XYZ 5.5 2.97 1.58 -
YUV 39.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 99 10 31 0 0.90 0.69 0.61 345.84 0.82 0.21
Hex 63 A 1F 0 5A 45 3D 15A 52 15
Octal 143 12 37 0 132 105 75 532 122 25
Binary 1100011 1010 11111 0 1011010 1000101 111101 101011010 1010010 10101

Color Harmonies of #630A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630A1F

Black with #630A1F

Text Example


Text Example

White with #630A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,10,31); }

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

background-color css

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

 a { background-color: rgb(99,10,31); }

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

border-color css

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

 span { border-color: rgb(99,10,31); }

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