Html Css Color HEX #631C1D Pohutukawa

📋 copy color: '#631C1D'

red 99 ◦ green 28 ◦ blue 29

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

Shades of Pohutukawa #631C1D

Tints of Pohutukawa #631C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.95%

 BLUE value IS 29 (11.72% from 255) = 18.59%

R = 63.46%
G = 17.95%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#631C1D (or 0x631C1D) is known color: Pohutukawa. HEX triplet: 63, 1C and 1D. RGB value is (99,28,29). Sum of RGB (Red+Green+Blue) = 99+28+29=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #631C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631C1D is #9CE3E2. Grayscale: #313131. Windows color (decimal): -10281955 or 1907811. OLE color: 1907811.

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

Color convert

RGB 99 28 29 -
CMYK 0 0.72 0.71 0.61
HSL 359.15º 0.56% 0.25% -
HSV(B) 359.15º 0.72% 0.39% -
XYZ 5.78 3.57 1.55 -
YUV 49.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 99 28 29 0 0.72 0.71 0.61 359.15 0.56 0.25
Hex 63 1C 1D 0 48 47 3D 167 38 19
Octal 143 34 35 0 110 107 75 547 70 31
Binary 1100011 11100 11101 0 1001000 1000111 111101 101100111 111000 11001

Color Harmonies of #631C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631C1D

Black with #631C1D

Text Example


Text Example

White with #631C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,28,29); }

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

background-color css

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

 a { background-color: rgb(99,28,29); }

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

border-color css

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

 span { border-color: rgb(99,28,29); }

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