Html Css Color HEX #67151F Pohutukawa

📋 copy color: '#67151F'

red 103 ◦ green 21 ◦ blue 31

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

Shades of Pohutukawa #67151F

Tints of Pohutukawa #67151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.55%

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

R = 66.45%
G = 13.55%
B = 20%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#67151F (or 0x67151F) is known color: Pohutukawa. HEX triplet: 67, 15 and 1F. RGB value is (103,21,31). Sum of RGB (Red+Green+Blue) = 103+21+31=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #67151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67151F is #98EAE0. Grayscale: #2E2E2E. Windows color (decimal): -10021601 or 2037095. OLE color: 2037095.

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

Color convert

RGB 103 21 31 -
CMYK 0 0.80 0.70 0.60
HSL 352.68º 0.66% 0.24% -
HSV(B) 352.68º 0.8% 0.4% -
XYZ 6.11 3.52 1.65 -
YUV 46.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 103 21 31 0 0.80 0.70 0.60 352.68 0.66 0.24
Hex 67 15 1F 0 50 46 3C 161 42 18
Octal 147 25 37 0 120 106 74 541 102 30
Binary 1100111 10101 11111 0 1010000 1000110 111100 101100001 1000010 11000

Color Harmonies of #67151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67151F

Black with #67151F

Text Example


Text Example

White with #67151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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