Html Css Color HEX #67151B Pohutukawa

📋 copy color: '#67151B'

red 103 ◦ green 21 ◦ blue 27

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

Shades of Pohutukawa #67151B

Tints of Pohutukawa #67151B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.88%

R = 68.21%
G = 13.91%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#67151B (or 0x67151B) is known color: Pohutukawa. HEX triplet: 67, 15 and 1B. RGB value is (103,21,27). Sum of RGB (Red+Green+Blue) = 103+21+27=151 (20% of max value = 765). Red value is 103 (40.62% from 255 or 68.21% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 103 - color contains mainly: red. Hex color #67151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67151B is #98EAE4. Grayscale: #2E2E2E. Windows color (decimal): -10021605 or 1774951. OLE color: 1774951.

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

Color convert

RGB 103 21 27 -
CMYK 0 0.80 0.74 0.60
HSL 355.61º 0.66% 0.24% -
HSV(B) 355.61º 0.8% 0.4% -
XYZ 6.06 3.5 1.39 -
YUV 46.2 117.17 168.51 -
System Red Green Blue C M Y K H S L
Decimal 103 21 27 0 0.80 0.74 0.60 355.61 0.66 0.24
Hex 67 15 1B 0 50 4A 3C 164 42 18
Octal 147 25 33 0 120 112 74 544 102 30
Binary 1100111 10101 11011 0 1010000 1001010 111100 101100100 1000010 11000

Color Harmonies of #67151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67151B

Black with #67151B

Text Example


Text Example

White with #67151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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