Html Css Color HEX #631A1E Pohutukawa

📋 copy color: '#631A1E'

red 99 ◦ green 26 ◦ blue 30

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

Shades of Pohutukawa #631A1E

Tints of Pohutukawa #631A1E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.77%

 BLUE value IS 30 (12.11% from 255) = 19.35%

R = 63.87%
G = 16.77%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#631A1E (or 0x631A1E) is known color: Pohutukawa. HEX triplet: 63, 1A and 1E. RGB value is (99,26,30). Sum of RGB (Red+Green+Blue) = 99+26+30=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #631A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A1E is #9CE5E1. Grayscale: #303030. Windows color (decimal): -10282466 or 1972835. OLE color: 1972835.

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

Color convert

RGB 99 26 30 -
CMYK 0 0.74 0.70 0.61
HSL 356.71º 0.58% 0.25% -
HSV(B) 356.71º 0.74% 0.39% -
XYZ 5.75 3.49 1.6 -
YUV 48.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 99 26 30 0 0.74 0.70 0.61 356.71 0.58 0.25
Hex 63 1A 1E 0 4A 46 3D 165 3A 19
Octal 143 32 36 0 112 106 75 545 72 31
Binary 1100011 11010 11110 0 1001010 1000110 111101 101100101 111010 11001

Color Harmonies of #631A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631A1E

Black with #631A1E

Text Example


Text Example

White with #631A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,26,30); }

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

background-color css

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

 a { background-color: rgb(99,26,30); }

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

border-color css

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

 span { border-color: rgb(99,26,30); }

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