Html Css Color HEX #670C1D Pohutukawa

📋 copy color: '#670C1D'

red 103 ◦ green 12 ◦ blue 29

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

Shades of Pohutukawa #670C1D

Tints of Pohutukawa #670C1D

RGB

 RED value IS 103 (40.63% from 255) = 71.53%

 GREEN value IS 12 (5.08% from 255) = 8.33%

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

R = 71.53%
G = 8.33%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#670C1D (or 0x670C1D) is known color: Pohutukawa. HEX triplet: 67, 0C and 1D. RGB value is (103,12,29). Sum of RGB (Red+Green+Blue) = 103+12+29=144 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.53% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 103 - color contains mainly: red. Hex color #670C1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670C1D is #98F3E2. Grayscale: #292929. Windows color (decimal): -10023907 or 1903719. OLE color: 1903719.

HSL color Cylindrical-coordinate representation of color #670C1D: hue angle of 348.79º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670C1D is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 12 29 -
CMYK 0 0.88 0.72 0.60
HSL 348.79º 0.79% 0.23% -
HSV(B) 348.79º 0.88% 0.4% -
XYZ 5.95 3.24 1.47 -
YUV 41.15 121.15 172.12 -
System Red Green Blue C M Y K H S L
Decimal 103 12 29 0 0.88 0.72 0.60 348.79 0.79 0.23
Hex 67 C 1D 0 58 48 3C 15D 4F 17
Octal 147 14 35 0 130 110 74 535 117 27
Binary 1100111 1100 11101 0 1011000 1001000 111100 101011101 1001111 10111

Color Harmonies of #670C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670C1D

Black with #670C1D

Text Example


Text Example

White with #670C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,12,29); }

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

background-color css

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

 a { background-color: rgb(103,12,29); }

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

border-color css

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

 span { border-color: rgb(103,12,29); }

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