Html Css Color HEX #67141F Pohutukawa

📋 copy color: '#67141F'

red 103 ◦ green 20 ◦ blue 31

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

Shades of Pohutukawa #67141F

Tints of Pohutukawa #67141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.99%

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

R = 66.88%
G = 12.99%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#67141F (or 0x67141F) is known color: Pohutukawa. HEX triplet: 67, 14 and 1F. RGB value is (103,20,31). Sum of RGB (Red+Green+Blue) = 103+20+31=154 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.88% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 103 - color contains mainly: red. Hex color #67141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67141F is #98EBE0. Grayscale: #2E2E2E. Windows color (decimal): -10021857 or 2036839. OLE color: 2036839.

HSL color Cylindrical-coordinate representation of color #67141F: hue angle of 352.05º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #67141F is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 20 31 -
CMYK 0 0.81 0.70 0.60
HSL 352.05º 0.67% 0.24% -
HSV(B) 352.05º 0.81% 0.4% -
XYZ 6.09 3.48 1.65 -
YUV 46.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 103 20 31 0 0.81 0.70 0.60 352.05 0.67 0.24
Hex 67 14 1F 0 51 46 3C 160 43 18
Octal 147 24 37 0 121 106 74 540 103 30
Binary 1100111 10100 11111 0 1010001 1000110 111100 101100000 1000011 11000

Color Harmonies of #67141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67141F

Black with #67141F

Text Example


Text Example

White with #67141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67141F; }

 p { color: rgb(103,20,31); }

 H1.HeaderClassName
 {
   color: #67141F;
 }
 .AnyTagClassName
 {
   color: #67141F;
 }
</style>

background-color css

<style>
 a { background-color: #67141F; }

 a { background-color: rgb(103,20,31); }

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

border-color css

<style>
 span { border-color: #67141F; }

 span { border-color: rgb(103,20,31); }

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