Html Css Color HEX #67151C Pohutukawa

📋 copy color: '#67151C'

red 103 ◦ green 21 ◦ blue 28

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

Shades of Pohutukawa #67151C

Tints of Pohutukawa #67151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.42%

R = 67.76%
G = 13.82%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#67151C (or 0x67151C) is known color: Pohutukawa. HEX triplet: 67, 15 and 1C. RGB value is (103,21,28). Sum of RGB (Red+Green+Blue) = 103+21+28=152 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.76% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 103 - color contains mainly: red. Hex color #67151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67151C is #98EAE3. Grayscale: #2E2E2E. Windows color (decimal): -10021604 or 1840487. OLE color: 1840487.

HSL color Cylindrical-coordinate representation of color #67151C: hue angle of 354.88º 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 #67151C is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 21 28 -
CMYK 0 0.80 0.73 0.60
HSL 354.88º 0.66% 0.24% -
HSV(B) 354.88º 0.8% 0.4% -
XYZ 6.07 3.5 1.45 -
YUV 46.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 103 21 28 0 0.80 0.73 0.60 354.88 0.66 0.24
Hex 67 15 1C 0 50 49 3C 163 42 18
Octal 147 25 34 0 120 111 74 543 102 30
Binary 1100111 10101 11100 0 1010000 1001001 111100 101100011 1000010 11000

Color Harmonies of #67151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67151C

Black with #67151C

Text Example


Text Example

White with #67151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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